> For the complete documentation index, see [llms.txt](https://docs.intent.trade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.intent.trade/technical-overview/gmwallet/how-to-use.md).

# How to use

## Create and deposit

### Create a wallet

Creating a gmWallet is the first step to get access to the Intent Trade ecosystem. You can easily create a gmWallet **within a few simple steps.**&#x20;

To create a gmWallet, connect your Solana wallet to the Intent Trade platform and choose **"Create a wallet".**

{% hint style="info" %}
As Intent Trade is currently in the alpha phase, **only eligible users** will be able to create a gmWallet.&#x20;
{% endhint %}

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

### Deposit

As gmWallet will be your "bank" within the Intent Trade ecosystem and execute trades on behalf of you, you will need to **deposit funds** to gmWallet to be able to execute trades in the platform.

To deposit your funds, please follow these steps:

**Step 1:** Click on the deposit button and choose whether you want **Auto** or **manual mode**.&#x20;

* **Auto mode**: Automatically deposit all of your balance to gmWallet
* **Manual mode**: Choose which assets you would like to deposit to gmWallet.

{% hint style="info" %}
The minimum value of your deposit to gmWallet must **be equivalent 0.05 SOL.**
{% endhint %}

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

<figure><img src="/files/D1cUzCdRhyHJKYIgB7Ps" alt=""><figcaption><p>Choose the asset you want to deposit with manual mode. </p></figcaption></figure>

## Withdraw your funds

To withdraw your funds, please choose the Wallet icon in the top right corner, then clicked **"Withdraw".** Similar with Deposit, Withdraw also has the **Auto mode** and the **manual mode**.

{% hint style="info" %}
The minimum value for withdrawal must be **equivalent to 0.05 SOL.**
{% endhint %}

<figure><img src="/files/FSaDZkykJvjfhByP0vPO" 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:

```
GET https://docs.intent.trade/technical-overview/gmwallet/how-to-use.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.
