> For the complete documentation index, see [llms.txt](https://docs.beefy.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.beefy.finance/get-started/funding-your-wallet.md).

# Funding your wallet

Now you have created your wallet, it's time to fund it with crypto tokens. To make any transaction on a blockchain, such as a trade on a decentralized exchange or a deposit in Beefy's vaults, you need the native gas token to pay for it. For Ethereum, it's ETH, for BNB Chain, it's BNB, etc.

## Fiat On-Ramp

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

There are several providers that let you buy crypto directly to your wallet by using a bank transfer or credit card. On Beefy, various services allow you to do just that, bundled in one module for an easy overview that lets you pick the best option. You just need to click on the Buy Crypto button on the top of the page to start the Fiat On-Ramp process.

## Centralized Exchange method

Funding your wallet is relatively easy if you already have an account on a centralized exchange, such as Binance or Coinbase. In short, it comes down to withdrawing your crypto from the exchange to your wallet address. In the process, you choose the coin to withdraw and the blockchain network on which you wish to receive the crypto asset.

* [Binance Deposit and Withdrawing guide](https://www.binance.com/en/support/faq/85a1c394ac1d489fb0bfac0ef2fceafd)
* [Coinbase Send and Receive guide](https://help.coinbase.com/en/coinbase/trading-and-funding/cryptocurrency-trading-pairs/how-to-send-and-receive-cryptocurrency)


---

# 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.beefy.finance/get-started/funding-your-wallet.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.
