# Wallet: Withdraw & Deposit

When you sign up on FROGY, a wallet is automatically created to store your funds.

{% columns %}
{% column width="41.66666666666667%" %}

<div align="left"><figure><img src="/files/91T90Wla4GJTjuLAog5E" alt=""><figcaption></figcaption></figure></div>
{% endcolumn %}

{% column width="58.33333333333333%" %}
You can access it in two ways:

1. Click **MY BALANCE** in the top-right corner — it will take you straight to your wallet.
2. Click your **profile picture** in the top-right corner, then select **WALLET** from the menu.

{% hint style="success" %}
**The main currency** on FROGY is **USDC** — USD Coin — a type of digital money called a stablecoin. Its value is tied to the US dollar, so 1 USDC is always worth about 1 USD. You can use it to send tips, receive gifts, or make transactions on platforms like FROGY.
{% endhint %}
{% endcolumn %}
{% endcolumns %}

<details>

<summary>How to Deposit Funds?</summary>

Click the **Deposit** button. Now you can add funds to your wallet in two ways: via debit card or crypto wallet.

**Debit Card:**

1. Enter the amount you want to deposit (minimum **$30**)
2. Click **Deposit** → you will be redirected to a third-party service

{% hint style="warning" %}
Deposits may not be available in certain regions (e.g., Russia and others)
{% endhint %}

3. Follow the instructions to complete your USDC purchase and fund your FROGY wallet

**Crypto:**

1. Copy your **FROGY wallet address** and open your crypto wallet
2. Send USDC from your crypto wallet to your FROGY wallet address
3. Double-check the address before confirming — transactions cannot be reversed
4. Once the transaction is confirmed on the blockchain, your FROGY wallet balance will be updated

{% hint style="info" %}
Transaction times may vary depending on the network
{% endhint %}

</details>

<details>

<summary>How to Withdraw Funds?</summary>

1. Click the **Withdrawal** button.
2. Enter the amount you want to withdraw (minimum **1.00 USDC**). Withdrawals are processed via the **Solana Network** — a fast and secure blockchain network.
3. Enter the address of the crypto wallet where you want to receive your USDC.
4. Double-check that all details are correct, then click **NEXT**.
5. Follow the on-screen instructions to **confirm the transaction**. Once it’s confirmed on the Solana blockchain, the USDC will appear in your wallet.

{% hint style="warning" %}
Blockchain transactions are irreversible, so always make sure the wallet address is correct.
{% endhint %}

</details>

<details>

<summary>What else can you do with USDC?</summary>

Besides depositing and withdrawing, you can:

* **Send USDC to other users as tips**
* **Spend USDC to buy gifts** to support creators

More details are available in the [**GIFTS**](/get-ready-to-go-live/become-a-viewer/support-a-streamer-gifts-and-tips/send-gifts.md) section.

</details>


---

# 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.frogy.com/lets-get-started/wallet-withdraw-and-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.
