# Adding Funds

You can onboard crypto in two ways: **exchange onramp**, **wallet/dApp onramp**.

**Exchange Onramp**

* Register on your preferred crypto exchange (Binance, OKX, ByBit or any other). This step will probably involve [KYC](https://www.idnow.io/regulation/what-is-kyc/) (identity verification)
* Alternatively, you can send fiat in your currency to the exchange, if supported, and buy crypto in the spot interface of the exchange
* Go to the Withdraw section (you can probably navigate there from your potrfolio tab)
* Type your Wallet Wallet address (it starts with 0x... & you can copy it by clicking on the wallet section of the app)
* Choose the network
* Type the sum you want to withdraw
* Click Withdraw & confirm the action

**Wallet Onramp**

* Open your old and bad wallet extension
* Click Buy & Sell
* Click Get Started
* Choose your country
* Choose one of the available payment methods
* Go to the Withdraw section
* Type your Wats Wallet address
* Choose the network
* Type the sum you want to withdraw
* Click Withdraw & confirm the action


---

# 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://wats.gitbook.io/wats/how-to/adding-funds.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.
