# Deposit

{% hint style="info" %}
**The minimum deposit amount for your agent to work is set at a $100.**&#x20;
{% endhint %}

Your first deposit funds your Sail account and unlocks agent execution. You can choose one of three methods:

* **Send stablecoins**
* **Deposit with wallet**
* **Deposit with card**

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

***

#### 1. Send stablecoins

Use this if you want to transfer supported stablecoins from another wallet or exchange.

1. Select the **network**
2. Select the **asset**
3. Copy your **Sail account address**
4. Send the funds to that address.&#x20;
5. Once it arrives, click **Continue**

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

***

#### 2. Deposit with wallet

Use this if you signed in with a crypto wallet (or want to connect one) and prefer to deposit directly from it. You can deposit with **any token** you hold in the connected wallet. If the token isn’t a supported stablecoin on the right network, Sail will **swap and bridge in the background** so the deposit arrives in your Sail Account as supported stablecoins. The goal is simple: **deposit with whatever you already have, and Sail handles the routing.**

1. Enter the amount
2. Click **Deposit**
3. Select the **wallet** you want to use:
   * Your current connected wallet (often the same one you used to sign in), or
   * **Connect a new Wallet**.
4. Choose the **Token** you want to pay with (you can pick any token you hold in the connected wallet)
5. Click **Confirm Payment**

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

***

#### 3. Deposit with card

Use this if you want to buy stablecoins with a debit/credit card.

1. Enter the amount
2. Click **Deposit**
3. Choose a provider: **Coinbase**, **Stripe**, or **Transak**
4. Complete provider KYC and finish the purchase

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


---

# 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.sail.money/usesail/getting-started/deposit.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.
