> For the complete documentation index, see [llms.txt](https://guide.wallet.intmax.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.wallet.intmax.io/on-ramp-and-off-ramp/unlimit/on-ramp.md).

# On-ramp

{% hint style="info" %}
Please check the available payment methods from the link below.

<https://docs.gatefi.com/docs/gatefi-docs/hyjdn5kx9p84j-supported-payments#payment-methods-for-onramp>
{% endhint %}

### How to Use

1. Please move to the INTMAX Wallet dashboard. Login is required.

   <https://wallet.intmax.io/>

   Below is the dashboard screen.

   <figure><img src="/files/QP3i3GJ42zfDoQCLyusG" alt=""><figcaption></figcaption></figure>
2. Below is the dashboard screen. Click the "Convert" button.

   <figure><img src="/files/uIBX2jwOCVh0boXIT7hw" alt=""><figcaption></figcaption></figure>
3. Select "Unlimit" followed by "Off-ramp."

   <figure><img src="/files/1aUpVilM0bjgCh6VNR7V" alt=""><figcaption></figcaption></figure>
4. Click the "Buy" button.

   <figure><img src="/files/kogIkA9Bt4TpUFmiMJK8" alt=""><figcaption></figcaption></figure>
5. Select the token you wish to purchase and enter the amount.\
   Please note that selectable tokens are limited to EVM-compatible chains. You cannot purchase BTC using this method.

   <figure><img src="/files/M88OTebrwJplpJUkwdvK" alt=""><figcaption></figcaption></figure>
6. KYC will be required, so please follow the on-screen instructions carefully. **Some details cannot be changed after selection**, so proceed cautiously.

   You'll need to complete the following steps:

   * Enter your personal information
   * Take a photo of your ID or passport
   * Perform a liveness check
   * Submit proof of residence documents

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

   <figure><img src="/files/P4rugjsget3H68yeMkk5" alt=""><figcaption></figcaption></figure>
7. After completing these steps, please complete the payment according to the instructions provided by the payment provider.

   <figure><img src="/files/obuJHH3bDjPTuDGQGWj4" alt=""><figcaption></figcaption></figure>
8. Please confirm your deposit details, click the checkbox, and then press the "Buy Now" button.

   <figure><img src="/files/piQRVDgK7iRcI8k6xFjs" alt=""><figcaption></figcaption></figure>
9. After pressing the button, you'll be redirected to a waiting screen. It's safe to close the website.

   <figure><img src="/files/RhsoKHupTrNGwiBA3yGt" alt=""><figcaption></figcaption></figure>
10. Once the bank transfer is successful, the status will change to **"Success"**. After a short period, the purchased tokens will be sent to your wallet address.
11. Click the **"Back to Shop"** button to return to the INTMAX Wallet page. Navigate to the **Transactions** tab, then select the **Convert** tab to view your past on/off-ramp transaction history.

    The transaction history will display the following statuses:

    * **Created**: The transaction was initiated but not yet completed. For example, this status appears if you closed the Unlimit page prematurely or haven't completed token payment.
    * **Failed**: The transaction has failed.
    * **Completed**: The transaction has been successfully completed, indicating that fiat and cryptocurrency have been exchanged.

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

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

When the status changes to **Completed** and your balance increases accordingly, the process is successfully finished.


---

# 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://guide.wallet.intmax.io/on-ramp-and-off-ramp/unlimit/on-ramp.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.
