> For the complete documentation index, see [llms.txt](https://swapguide.iotabee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://swapguide.iotabee.com/pool-provide-liquidity-lp-and-earn/add-liquidity-for-iota-usdt.md).

# Add liquidity for IOTA/USDT

Good to know before you get started:&#x20;

{% embed url="<https://medium.com/@iotabee/earning-passive-income-in-dex-becoming-a-liquidity-provider-and-its-associated-gains-risks-fecc59afaba8>" %}

## Video Tutorial for Adding Custody & Liquidity:&#x20;

{% embed url="<https://youtu.be/TQ1G_dapYaw>" %}

## If you prefer to read:&#x20;

### <mark style="color:yellow;">**Three steps**</mark> are explained below:

1. &#x20;[Prepare your wallet and tokens](#step-1-prepare-your-wallets-and-tokens);
2. &#x20;[Set Custody](#step-2-set-custody);
3. &#x20;[Add Liquidity](#step-3-add-liquidity).&#x20;

Please follow them step by step.&#x20;

###

### Step 1: Prepare your wallets and tokens:

To get started, you will need:

* A Tanglepay BSC wallet or a Metamask BSC Wallet
* A Tanglepay IOTA wallet
* Equal value of IOTA and USDT. ( When you add liquidity on Iotabee, you will need to add equal value of both tokens, for example, X USD worth IOTA and X USD worth of USDT. )
* :information\_source: When you use Metamask BSC wallet, you may need to add network "Smart Chain" first: \
  \-  Click "Add Network", and then fill in the below information:&#x20;

  &#x20;            Network Nam&#x65;**:** Smart Chain

  &#x20;           New RPC UR&#x4C;**:** <https://bsc-dataseed.binance.org/>&#x20;

  &#x20;           Chain ID: 56&#x20;

  &#x20;           Symbol: BNB&#x20;

  &#x20;           Block Explorer URL: <https://bscscan.com/>   \
  \- Then click "Save"\
  \
  :information\_source:  Once added, you may also need to add (import) USDT token in Metamask to be  able to see it in your wallet: \
  \- Click on "import tokens" on your Metamask homepage and fill in the below information: \
  \
  Token contract address: 0x55d398326f99059ff775485246999027b3197955

  \
  Token symbol: USDT\
  \
  Decimal precision: 18                   <br>

### **STEP 2: Set Custody**&#x20;

If you have set custody before, you can jump directly to [STEP 3](#step-3-add-liquidity).

1. &#x20;Connect your IOTA wallet: \
   Connect your TanglePay wallet with the IOTA address you want to custodize with and <mark style="color:yellow;">**copy this address**</mark>.
2. Connect your BSC wallet: \
   Switch your TanglePay or Metamask wallet to a BSC network address.
3. Go to Pool page and click custody, then click "add asset custody"
4. Select USDT token and input the USDT amount. Then enter the Tanglepay IOTA address that you have just copied **(Firefly is not yet supported)**
5. Click Settle and Confirm Settle.
6. Put in your password in your wallet pop-up window to confirm the transaction.

:exclamation:<mark style="color:red;">Note that you need to have enough BNB tokens to pay for the gas fee, otherwise the transaction can not be executed.</mark>&#x20;

### Step 3: Add liquidity

1. Switch your TanglePay wallet to the IOTA address <mark style="color:yellow;">**that you used in the previous step**</mark>.\
   If you were using MetaMask wallet, click the top right hand side profile picture to "Change" to TanglePay wallet.
2. Go to Pool Page. You can already see your USDT in "My custodies".
3. From the Pool page recommended pools, you can choose IOTA/USDT, click Add liquidity. On this page you can input the IOTA and USDT amount you want to add liquidity with.
4. Click add and confirm add. Your TanglePay wallet is pumped out for payment. Once that is done. Your LP position is added successfully and you can check it in your "My Position" page. And you can withdraw LP at any time.

:information\_source: Tips:&#x20;

* You can only review your custodies when you’re connected with the IOTA wallet that you used for the asset custody.
* If you want to add more asset custody, don’t forget to switch back to copy your IOTA wallet address here, and then switch to your BSC wallet and start over from Step 2.
* You may also see “My positions” and “New Position” when connected to your IOTA wallet. This will help better manage your different pools when Iotabee supports more trading pairs.


---

# 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://swapguide.iotabee.com/pool-provide-liquidity-lp-and-earn/add-liquidity-for-iota-usdt.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.
