# Bonding $INT

10% of the supply of $INT can be bonded using GMX, burning the corresponding GMX.

To purchase $INT using bonds:&#x20;

1. <https://app.bondprotocol.finance/#/market/42161/142>
2. <https://app.bondprotocol.finance/#/market/42161/143>

### Bridging INT from Arbitrum to Base

**Step1 - bridge INT tokens from Arbitrum to Ethereum:**

1. Go to <https://bridge.arbitrum.io/?destinationChain=ethereum\\&sourceChain=arbitrum-one>
2. Select Token: 0xC9Fa9aF49b51942f4711B5EC8EbBf8Bce40636E9
3. Key in amount
4. Click "Move funds to Ethereum"

**Step 2 - bridge INT tokens from Ethereum to Base:**

1. Go to <https://etherscan.io/address/0x37329f8F4571aeae1ea7bd1d4fF05dFC438Cd422#writeContract>
   * Click on "approve"
   * Fill in "0x3154Cf16ccdb4C6d922629664174b904d80F2C35" (Base bridge) as spender
   * Fill in amount in wei, use https:eth-converter.com/ to convert to wei
   * Click "Write"
2. Go to <https://etherscan.io/address/0x3154Cf16ccdb4C6d922629664174b904d80F2C35#writeProxyContract>
   * Click bridgeERC20
   * Fill in \_localToken as "0x37329f8F4571aeae1ea7bd1d4fF05dFC438Cd422"
   * Fill in \_remoteToken as "0x1D34e08120dbD1Ea9BDBcD90C2dC919b50Ddff4C"
   * Fill in \_amount as the same value as specified in approval step above, in wei
   * Fill in \_minGasLimit as 2000000
   * Fill in \_extraData as 0x
   * Click "Write"
3. After receiving the tokens
4. Go to <https://basescan.org/address/0x1D34e08120dbD1Ea9BDBcD90C2dC919b50Ddff4C#writeContract>
   * Click on "approve"
   * Fill in spender as "0x6b82fDFC0344Bd76d5Cb58BC24D0FfE947975516"
   * Fill in amount as the same value from (4)
   * Click "Write"
5. Go to <https://basescan.org/address/0x6b82fDFC0344Bd76d5Cb58BC24D0FfE947975516#writeContract>
   * Fill in from as "0x1D34e08120dbD1Ea9BDBcD90C2dC919b50Ddff4C"
   * Fill in amount as the same value from (4)
   * Click "Write"


---

# 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://internet-token.gitbook.io/internet-token/tokenomics/bonding-usdint.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.
