# Given that the bot needs API access, how secure is it?

Storing your API credentials with Morphlin is designed to be secure and risk-free. These credentials do not allow for the withdrawal of funds or the execution of trades. Even in the unlikely event that Morphlin is compromised and your API credentials are obtained by unauthorized parties, they would not be able to misuse them for harmful activities.

For added peace of mind, your API credentials are further safeguarded through multiple layers of security. They are inaccessible via the frontend and are securely encrypted before being stored in our database.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.morphlin.com/get-started/bitfinex/given-that-the-bot-needs-api-access-how-secure-is-it.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
