# Adding Funds

MemeFI is a game on the **Linea** network. In the game, you'll be making **blockchain transactions** in order to complete different actions.

`Adding funds`

You can onboard crypto in three ways: **exchange onramp**, **wallet/dApp onramp** & **P2P platform**.&#x20;

**Exchange Onramp**

* Register on your preferred crypto exchange (OKX, ByBit or any other that support Linea). This step will probably involve KYC (identity verification)
* Click Buy Crypto or anything along the lines
* Provide card details, choose the sum and buy crypto (ETH or USDT)
* 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 address (it starts with 0x... & you can copy it by clicking on the wallet section of the app)
* Choose the network (Linea)
* Type the sum you want to withdraw
* Click Withdraw & confirm the action

{% hint style="danger" %}
You need to buy a bit of ETH anyway. It's the **gas token** — it will be spent anytime you'll make a transaction. $10 will be enough to start.
{% endhint %}

{% hint style="info" %}
Some exhanges do not allow newly-registered users to withdraw funds, so you might need to wait a bit
{% endhint %}

**Wallet Onramp**

* Open the Metamask extension
* Click Buy & Sell
* Click Get Started
* Choose your country
* Choose one of the available payment methods
* Connect wallet, choose token/network (ETH/Arbitrum), choose currency & type the sum and then click on the provider
* You'll be redirected to the provider's website. Continue there: enter your your email, card details or any other details required

{% hint style="danger" %}
You need to buy a bit of ETH anyway. It's the **gas token** — it will be spent anytime you'll make a transaction. $10 will be enough to start.
{% endhint %}

**P2P Onramp**

While the P2P allows for the best rates, we **do not** recommend newbies to use this method, as it might be challenging. If you want to use this method, refer to the guide on your preferred exchange.


---

# 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.memefi.club/onboarding-memefi-club/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.
