> For the complete documentation index, see [llms.txt](https://docs.stakestone.io/stakestone/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stakestone.io/stakestone/stone-wallet/frequently-asked-questions/how-to-deposit-funds-into-your-account.md).

# How to Deposit Funds into Your Account

Depositing funds into your Stone account is simple and flexible. The following guide will cover two methods of depositing funds: **fiat** (e.g., cards, banks, etc.) or **crypto** from an external wallet.

***

## Depositing from Fiat Sources <a href="#h_72a907571d" id="h_72a907571d"></a>

You can deposit local currency into Stone Wallet and receive stablecoins (e.g., USDT, USDC, or USD1) in your balance.

### How it works: <a href="#h_80552ba544" id="h_80552ba544"></a>

1. On your dashboard, tap **Deposit** → **Card & Debit Card**
2. Enter the amount and select the stablecoin you want to receive (e.g. USDT)
3. Choose the currency you’ll pay in (e.g. USD, EUR, IDR, etc.)
4. Select a payment method:
   * Credit/Debit Card
   * Apple Pay/Google Pay
   * PayPal
   * Local Bank Transfer
   * etc.&#x20;
5. View real-time offers from providers like AlchemyPay, Banxa, Transak, etc.
6. Choose the best rate and complete the deposit with your selected provider

Stone Wallet automatically shows the best rate and fastest settlement provider for your region.

***

## Depositing Crypto from a Wallet <a href="#h_c3d297283c" id="h_c3d297283c"></a>

Already have crypto in another wallet? You can directly deposit stablecoins into your Stone account.

### How it works: <a href="#h_52088f172b" id="h_52088f172b"></a>

1. On the dashboard, tap **Deposit → Crypto Wallet**
2. Choose the asset you want to deposit:
   * USDT
   * USDC
   * USD1
3. Select the correct network:
   * Ethereum (ERC-20)
   * BNB Smart Chain (BEP-20)
4. You’ll be shown a wallet address and QR code linked to your Stone account
5. Send the stablecoins from your wallet to the address shown

⚠️  Make sure to double-check the network and token type before sending.

⚠️  Sending unsupported tokens or using the wrong network could result in lost funds.

After the transaction confirms, your Stone balance will update automatically.&#x20;


---

# 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.stakestone.io/stakestone/stone-wallet/frequently-asked-questions/how-to-deposit-funds-into-your-account.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.
