> For the complete documentation index, see [llms.txt](https://docs.starfish.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.starfish.finance/build/contracts.md).

# Contracts

{% hint style="warning" %}
DO NOT SEND YOUR TOKENS TO ANY OF THE BELOW CONTRACTS
{% endhint %}

Currently, our beta version is available on Shibuya testnet, the Astar mainnet version is live with Pre-staking of SEAN!&#x20;

Stay tuned for other product features.

{% tabs %}
{% tab title="Astar Mainnet" %}

| Contract     | Address                                    |
| ------------ | ------------------------------------------ |
| SeanStaking  | 0xa86dc743efBc24AF4c1FC5d150AaDb4DCF52c868 |
| {% endtab %} |                                            |

{% tab title="Shibuya Testnet" %}

| Contract            | Address                                    |
| ------------------- | ------------------------------------------ |
| Vault               | 0x772bccF2d4d41eD1366967ab55eD4c9651416bBc |
| StablePoolFactory   | 0x448775B16cD9aaA1fc1b9f6bd52BaEfE9ED913B0 |
| WeightedPoolFactory | 0x89BcD830A430335AEaF1add5783EE56F706a9eD5 |
| SeanStaking         | 0xbd0325da62D8edFcD603e15AEF5037Dd9D193ed3 |
| {% endtab %}        |                                            |
| {% endtabs %}       |                                            |

{% tabs %}
{% tab title="Token Contracts (Astar)" %}

| Token        | Address                                    |
| ------------ | ------------------------------------------ |
| SEAN         | 0xEe8138B3bd03905cF84aFE10cCD0dCcb820eE08E |
| {% endtab %} |                                            |

{% tab title="Tokens Contracts (Shibuya)" %}

| Token         | Address                                    |
| ------------- | ------------------------------------------ |
| SEAN          | 0x28C9444FA7D57957868A654cFe37049a6e8F3462 |
| wSBY          | 0x6dB7435C5c32E5af80eD5DFB613499A3A6CB1100 |
| wBTC          | 0x2512b3cE28377e99be6bEF8A6CA67F982990B3BE |
| wETH          | 0x54ca34700d4F164fBA0adbf418e1EDbEeDE18C26 |
| USDT          | 0x9Da35B93ba6c5b6bE801464F7B7AF7704CF2D5C9 |
| USDC          | 0x3cD13bB5dB6A5809A33235f5DB24963Fa2dC4F3D |
| BUSD          | 0x8E2882fd1C059B30648A8e2767e769F7029D3893 |
| {% endtab %}  |                                            |
| {% endtabs %} |                                            |


---

# 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.starfish.finance/build/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.
