# Deposit Crypto

***

## Supported Networks

Nika supports the following networks:

* Ethereum Mainnet
* Arbitrum
* Base
* BNB Chain
* Solana
* Optimism
* Polygon

{% hint style="info" %}
Nika may add additional networks as it expands.
{% endhint %}

***

{% stepper %}
{% step %}

### Click Deposit

On the home screen or in settings, click Deposit
{% endstep %}

{% step %}

### Select Crypto

On the deposit screen, choose the Crypto option
{% endstep %}

{% step %}

### Choose the token

You'll be promoted to select a token&#x20;
{% endstep %}

{% step %}

### Choose the network

Select a network that supports the token you're depositing
{% endstep %}

{% step %}

### Initiate the deposit

You can either:

* **Deposit from Your Wallet:** Copy the address and send your crypto to it from your existing wallet (such as Metamask, Phantom, Coinbase Wallet, etc.)
* **Use QR Code:** You can scan the QR code displayed on the deposit screen. Use your wallet app to scan the code and complete the transaction
  {% endstep %}

{% step %}

### Enter an amount and click Deposit

{% endstep %}

{% step %}

### You're done!

{% endstep %}
{% endstepper %}


---

# 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://nikafinance.gitbook.io/docs/getting-started/fund-your-account/deposit-crypto.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.
