# Withdraw / Claim

The rewards you've earned are able to be withdrawn nearly instantly at any time. There is a minimum withdrawal amount of 0.001 ORE (roughly equivalent to $0.01 USD).

<figure><img src="/files/wuY9tfAxOwEE65QJXFnQ" alt=""><figcaption><p>Add alt text and captions to your images</p></figcaption></figure>

### How It Works

The Cash Captcha withdrawal system is built on top of [Solana](https://solana.com/) in order to provide nearly instant withdrawals. When you've reached the minimum claim threshold, simply enter your preferred Solana withdrawal address, choose your withdrawal currency, and click withdraw now.

### Withdrawal Options

You can withdraw the rewards you've earned in SOL, USDC, or ORE

* **SOL** is the native currency of the Solana blockchain. It is used to pay for transactions on the Solana blockchain. When you create a new wallet, your first withdrawal from Cash Captcha will default to SOL so that you can pay for future transaction fees.
* **USDC** is a "stablecoin" that is always redeemable for 1 USD through [Circle](https://www.circle.com/). Also known as a "digital dollar", USDC is the digital equivalent to USD in cash form.
* **ORE** is the token received for submitting valid solutions to the ORE proof-of-work protocol that Cash Captcha is built on. Similar to Bitcoin, there are only be a maximum of [21 million ORE](https://ore.supply/ore-tokenomics) tokens created. ORE strives to be the "hard money" of the Solana ecosystem, already finding much support and adoption in the Solana developer community.

### Creating A New Solana Address

If you do not have a Solana wallet already, the set up process is as simple and straightforward as setting up a new email account, taking only a couple minutes to complete. It is highly recommend to set up a Solana wallet using a well-known and trusted wallet application like [Phantom](https://phantom.app/), [Backpack](https://backpack.app/), or [Solflare](https://solflare.com/). When you set up a wallet you will be given a "public key" which is similar to a street address: it is a unique address used to identify where to find you in order to send you something. You'll also be given a "private key" and "seed phrase"; these are like the keys to your front door. You do not want to share them with anyone and need to be careful where you store them.

### The Solana Ecosystem

Before converting your funds from crypto into cash in your bank account, you may want to explore some of the reputable applications built in the [Solana ecosystem](https://cedros.io/directory).

### Converting To Cash

In order to withdraw the funds from the Solana blockchain to your bank account, you need to use an intermediary known as an Exchange. The most popular options for United States based users are [Coinbase](https://www.coinbase.com/) and [Kraken](https://www.kraken.com/), while most users from other countries prefer [Binance](https://www.binance.com/). Your chosen exchange will provide you with a deposit address for SOL or for USDC.


---

# 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.cashcaptcha.com/user-guide/withdraw-claim.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.
