# Contracts

Here are the Hexy Bastard Echosystem token addresses.

For PulseChain related token contracts see list [here](/9inch-gitbook/tips-tricks-and-guides/pulsechain-contract-addresses.md)

{% tabs %}
{% tab title="PulseChain" %}

| Token                  | Contract                                   |
| ---------------------- | ------------------------------------------ |
| **Native contracts:**  |                                            |
| 9INCH                  | 0x3ca80d83277e721171284667829c686527B8b3c5 |
| BBC                    | 0x8b4cfb020aF9AcAd95AD80020cE8f67FBB2C700E |
| PP                     | 0x9565c2036963697786705120Fc59310F747bCfD0 |
| PLD                    | 0x52Ada28F70BC8EBe5dd4381120d3CD76863919A8 |
| WHETH                  | 0xDe0220b69CE3e855a0124433A8E8D093f53A6bE4 |
| **Bridged contracts:** |                                            |
| 9INCH from Ethereum    | 0xeD22494279e0F3F1Ab491F823c6eC4055afeB21F |
| BBC from Ethereum      | 0xc948C04e895a317E71eB2721a129D69c690aAf00 |
| WHETH from Ethereum    | 0xc32795a9Fa950eD1186c156871Fcfb151cFE3a61 |
| {% endtab %}           |                                            |

{% tab title="Ethereum" %}

| Token                  | Contract                                   |
| ---------------------- | ------------------------------------------ |
| **Native contracts:**  |                                            |
| 9INCH                  | 0xFD8b9Ba4845fB38c779317eC134b298C064937a2 |
| BBC                    | 0x015628Ce9150Db1bCE2FBb717A09E846F8a32436 |
| PP                     | 0x9565c2036963697786705120Fc59310F747bCfD0 |
| PLD                    | 0x52Ada28F70BC8EBe5dd4381120d3CD76863919A8 |
| WHETH                  | 0xDe0220b69CE3e855a0124433A8E8D093f53A6bE4 |
| **Bridged contracts:** |                                            |
| 9INCH from PulseChain  | 0xD58F1a0676279D16C30836377DCAB73F5e085909 |
| BBC from PulseChain    | 0x7c64634001CF90f241b98DeEA7a97E764759091d |
| WHETH from PulseChain  | 0xD7585aB3CDf9ed885E8B29c765bdA5AeAd38EF2c |
| {% endtab %}           |                                            |
| {% endtabs %}          |                                            |

Verify:

{% embed url="<https://x.com/9inch_io/status/1717719151546933591?s=20>" %}


---

# 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://9inch.gitbook.io/9inch-gitbook/features/contracts.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.
