> For the complete documentation index, see [llms.txt](https://docs.0xprocessing.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.0xprocessing.com/quick-start/account-security.md).

# Account security

### **2 factor authentication**

We use 2FA (two-factor authentication) for all activities and changes in our system. This gives you an additional layer of security.

Please enable 2FA as soon as possilble in menu **Settings\Serurity**&#x20;

<figure><img src="/files/aZDCYp2YUOz7jG5VpnI3" alt=""><figcaption></figcaption></figure>

Follow instructions to connect.

<figure><img src="/files/5lJbdO1VcRXYIXMWYTh3" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Please keep the access key securely. In case of loss we will not be able to restore it.
{% endhint %}

### **Address book**

The Address Book feature allows users to securely save and manage trusted cryptocurrency wallet addresses for future withdrawals. Before initiating a withdrawal, users can select a previously saved wallet from the Address Book instead of entering the address manually.

<figure><img src="/files/7Mxz9SsMQEmdXP9vEssc" alt=""><figcaption></figcaption></figure>

### **Sessions**&#x20;

The Session Management feature allows users to monitor and control all active account sessions across different devices and locations. Users can view details such as device type, browser, IP address, login time, and last activity for each session.

For security purposes, users can terminate individual sessions or log out from all devices except the current one. The system may also notify users about new logins, suspicious activity, or access from unknown devices.

<figure><img src="/files/ytsWxprqSkMfTvap1rGJ" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.0xprocessing.com/quick-start/account-security.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
