# Deployed Contract Addresses

This page lists all deployed contract addresses across supported chains. Each chain has a table with the contract name, address, and any relevant notes.

## Mainnet

### BNB Chain

| Name                | Address                                      | Notes                                                                        |
| ------------------- | -------------------------------------------- | ---------------------------------------------------------------------------- |
| Portal              | `0xe2cE6ab80874Fa9Fa2aAE65D277Dd6B8e65C9De0` | v5.8.6                                                                       |
| Standard Token Impl | `0x8b4329947e34b6d56d71a3385cac122bade7d78d` | Vanity suffix: 8888                                                          |
| Tax Token V1 Impl   | `0x29e6383F0ce68507b5A72a53c2B118a118332aA8` | Vanity suffix: 7777                                                          |
| Tax Token V2 Impl   | `0xae562c6A05b798499507c6276C6Ed796027807BA` |                                                                              |
| Tax Token V3 Impl   | `0x024f18294970B5c76c0691b87f138A0317156422` |                                                                              |
| VaultPortal         | `0x90497450f2a706f1951b5bdda52B4E5d16f34C06` |                                                                              |
| Trigger Service     | `0xcf4EE25035CF883895110f367F5BA8172416a7F9` | See [Flap Trigger Service](/flap/developers/preview/flap-trigger-service.md) |
| AI Oracle           | `0xaEe3a7Ca6fe6b53f6c32a3e8407eC5A9dF8B7E39` | Preview. See [Flap AI Oracle](/flap/developers/preview/flap-ai-oracle.md)    |
| Tax Token Helper    | `0x53841c73217735F37BC1775538b03b23feFD8346` |                                                                              |

### Toshimart

| Name                | Address                                      | Notes               |
| ------------------- | -------------------------------------------- | ------------------- |
| Portal              | `0xF3c514E04f83166E80718f29f0d34F206be40A0A` | v4.11.0             |
| Standard Token Impl | `0xF3c514E04f83166E80718f29f0d34F206be40A0A` | Vanity suffix: 8453 |

### X Layer

| Name                | Address                                      | Notes               |
| ------------------- | -------------------------------------------- | ------------------- |
| Portal              | `0xb30D8c4216E1f21F27444D2FfAee3ad577808678` | v4.12.1             |
| Standard Token Impl | `0x12Dc83157Bf1cfCB8Db5952b3ba5bb56Cc38f8C9` | Vanity suffix: 1111 |
| Tax Token V1 Impl   | `0xa9918579C9eD0899eCc7e449B9c59916Fb89bAF1` | Vanity suffix: 7777 |

### Muffun

| Name                | Address                                      | Notes               |
| ------------------- | -------------------------------------------- | ------------------- |
| Portal              | `0x4267F317adee7C6478a5EE92985c2BD5D855E274` | v4.13.2             |
| Standard Token Impl | `0x2a770E952bB2700393238199B5889013693A8271` | Vanity suffix: 8888 |

### Monad

| Name                | Address                                      | Notes               |
| ------------------- | -------------------------------------------- | ------------------- |
| Portal              | `0x30e8ee7b5881bf2E158A0514f2150aabe2c68b23` | v5.1.2              |
| Standard Token Impl | `0xB88189aA1162850D75A1c1e16F837b7979994184` | Vanity suffix: 8888 |
| Tax Token V1 Impl   | `0x1C8847736521f5cD725dFB8f33c7c610826e7C42` | Vanity suffix: 1111 |

## Testnet

### BNB Testnet

| Name                | Address                                      | Notes                                                                        |
| ------------------- | -------------------------------------------- | ---------------------------------------------------------------------------- |
| Portal              | `0x5bEacaF7ABCbB3aB280e80D007FD31fcE26510e9` | v5.8.5                                                                       |
| Standard Token Impl | `0x87D5f292ba33011997641C7a7Bd2b17799aaA814` | Vanity suffix: 8888                                                          |
| Tax Token V1 Impl   | `0x87d8D03d0c3E064ACdb48E42fecbE8a8538dE6Fc` | Vanity suffix: 7777                                                          |
| Tax Token V2 Impl   | `0x2486e3ff5502bac48D2D86457e7c24B2bB0dDDb5` |                                                                              |
| Tax Token V3 Impl   | `0xE6Ff967a887084c16D0fD71548CF709542cc1557` |                                                                              |
| VaultPortal         | `0x027e3704fC5C16522e9393d04C60A3ac5c0d775f` |                                                                              |
| Trigger Service     | `0x560E9830926C9e0EB98a59c6b9902383Fc0D9Eb2` | See [Flap Trigger Service](/flap/developers/preview/flap-trigger-service.md) |
| AI Oracle           | `0xFfddcE44e8cFf7703Fd85118524bfC8B2f70b744` | Preview. See [Flap AI Oracle](/flap/developers/preview/flap-ai-oracle.md)    |
| Tax Token Helper    | `0xD64441e5FcD02D342B8cf6eBA10Ef6E40d0dA90f` |                                                                              |


---

# 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://docs.flap.sh/flap/developers/deployed-contract-addresses.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.
