> For the complete documentation index, see [llms.txt](https://docs.spoon.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.spoon.finance/earn-and-feed-your-wealth/deposit/network-specific-deposit-guide-multi-chain.md).

# Network-specific Deposit Guide (Multi-chain)

Spoon Finance supports multi-chain deposits in collaboration with SODAX to accept assets from various networks. Currently, we support USDT deposits from 7 networks and ERC-20 based HVH deposits.

### 1. Kaia Network

* **Supported Wallets:** MetaMask, OKX Wallet, Kaia Wallet
* **Supported Asset:** Kaia native USDT

If you already hold Kaia native USDT in your wallet, you can deposit with a single transaction **(no additional guide required)**. You’ll need a small amount of $KAIA (Kaia Network) to pay for gas fees.

### 2. EVM Networks (Except Kaia)

* **Supported Networks:** Ethereum, Sonic, Avalanche, Arbitrum, Optimism, BNB
* **Supported Wallets:** MetaMask, OKX Wallet, Kaia Wallet
* **Supported Assets:** USDT on each network, HVH (ERC-20)

When depositing from an EVM network other than Kaia, the deposit process consists of the following two steps. At the Step 2 deposit stage, you will need a small amount of $KAIA (Kaia Network) to pay gas fees.

1. Swap USDT to the Kaia Network via the SODAX SDK
2. Deposit USDT into Spoon Finance on the Kaia Network

#### Deposit Guide (EVM Networks)

#### Step 1: Connect Your Wallet

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

* Make sure your wallet is properly connected to the site.
* Spoon Finance supports MetaMask, OKX Wallet, and Kaia Wallet.
* In this guide, we will proceed using MetaMask.

#### Step 2: Select a Vault

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

* Click the Earn menu to view currently active Vaults.
* Select the Vault you want to deposit into.

#### Step 3: Deposit - Select Asset & Network

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

* In the Deposit section on the right, click USDT.
* Select the network where your USDT is currently held.
* In this guide, we’ll use Avalanche as an example.

#### Step 4: Deposit - Enter Amount & Proceed

<figure><img src="/files/8DA5BqJL7r1iordyK8q3" alt=""><figcaption></figcaption></figure>

* Enter the amount of USDT you want to deposit.
* Check “Agree to all below”, then click Deposit.
* In the Progress modal, click Deposit again to continue.

#### Step 5: Deposit - Add Network & Complete USDT Deposit

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

* If the network is not yet added to your wallet, proceed to add it.
* Confirm the deposit amount and approve the transaction.
  * This transaction swaps your USDT from the original network to the Kaia Network.
  * Depending on network conditions, this step may take up to 3 minutes.
* Confirm the transaction to deposit USDT into Spoon Finance.
  * This transaction deposits the swapped USDT into Spoon Finance on the Kaia Network.

{% hint style="info" %}
***If the USDT swap to Kaia was successful but the deposit to Spoon Finance failed:***

*You can confirm that Kaia native USDT has arrived in your wallet on the Kaia Network.*

*Go back to Step 3 (Deposit – Select Asset & Network), choose Kaia as the network, and then try the deposit again.*
{% endhint %}

#### Step 6: Confirm Deposit

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

* You’ll see the “Deposit completed!” message once the deposit is successful.
* You can go to the Portfolio menu to view your deposit status in detail.

### :white\_check\_mark: USDT Contract Addresses by Network

* Kaia: 0xd077a400968890eacc75cdc901f0356c943e4fdb
* Ethereum: 0xdAC17F958D2ee523a2206206994597C13D831ec7
* Sonic: 0x6047828dc181963ba44974801ff68e538da5eaf9
* Avalanche: 0x9702230A8EA53601f5cD2dc00fDBc13d4dF4A8c7
* Arbitrum: 0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9
* Optimism: 0x94b008aA00579c1307B0EF2c499aD98a8ce58e58
* BNB: 0x55d398326f99059fF775485246999027B3197955


---

# 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:

```
GET https://docs.spoon.finance/earn-and-feed-your-wealth/deposit/network-specific-deposit-guide-multi-chain.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.
