> For the complete documentation index, see [llms.txt](https://docs.cyclenetwork.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cyclenetwork.io/developers/connect-to-cycle/connect-to-cycle-mainnet/cycle-sailboat.md).

# Cycle Sailboat

## **Introdction:**

Cycle Sailboat has been successfully launched on July 25 2024. With Etherum and many other EVM compatible chains' mainnet supported, you can experience Cycle's Multi-Chain Rollup feature on these mainnet with actual mainnet assets, allowing you to start building your multi-chain applications.

## **Network:**

Cycle

| **ChainId** | **chainName**  | **Currency** | **NetworkId** | **RPC**                                                                                                       |
| ----------- | -------------- | ------------ | ------------- | ------------------------------------------------------------------------------------------------------------- |
| 77677       | Cycle Sailboat | ETH          | 1             | [https://sailboat-rpc-mainnet.cyclenetwork.io&#xD;](<https://sailboat-rpc-mainnet.cyclenetwork.io&#xD;&#xA;>) |

Security Layer

| **ChainId** | **chainName**    | **Currency** | **NetworkId** |
| ----------- | ---------------- | ------------ | ------------- |
| 1           | Ethereum Mainnet | ETH          | 0             |

Extend Layer

| **ChainId** | **chainName**           | **NetworkId** |
| ----------- | ----------------------- | ------------- |
| 56          | BNB Smart Chain Mainnet | 14            |
| 42161       | Arbitrum One            | 4             |
| 80094       | Berachain               | 17            |
| 169         | Manta Pacific Mainnet   | 16            |

## **Token List:**

<table data-header-hidden><thead><tr><th width="132.73828125"></th><th width="119.1640625"></th><th width="133.0234375"></th><th></th><th data-hidden></th></tr></thead><tbody><tr><td><strong>Token Symbol</strong></td><td><strong>Token Name</strong></td><td><strong>Network</strong></td><td><strong>Contract</strong></td><td>Vault</td></tr><tr><td>USDT</td><td>Tether USD</td><td>Cycle Network</td><td>0xbe50f2b9D05fc4f686509c6a8b1AB3F90cbD9D74</td><td></td></tr><tr><td>USDT</td><td>Tether USD</td><td>BNB Smart Chain Mainnet</td><td>0x55d398326f99059fF775485246999027B3197955</td><td>coming soon</td></tr><tr><td>USDT</td><td>Tether USD</td><td>Berachain</td><td>0x779Ded0c9e1022225f8E0630b35a9b54bE713736</td><td></td></tr><tr><td>USDC</td><td>USD Coin</td><td>Cycle Network</td><td>0x799f269f4B473Abc896e5A978Bb1A086B458421f</td><td></td></tr><tr><td>USDC</td><td>USD Coin</td><td>BNB Smart Chain Mainnet</td><td>0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d</td><td></td></tr><tr><td>USDC</td><td>USD Coin</td><td>Berachain</td><td>0x549943e04f40284185054145c6E4e9568C1D3241</td><td></td></tr><tr><td>GOOSE</td><td>Golden Goose</td><td>Cycle Network</td><td>0x9726C143931B542E7C0c3d327d6899796D51b781</td><td></td></tr><tr><td>GOOSE</td><td>Golden Goose</td><td>BNB Smart Chain Mainnet</td><td>0x8F2F5AF6Da618023aF152D3245288202AB9c7d14</td><td></td></tr><tr><td>USD1</td><td>World Liberty Financial USD</td><td>Cycle Network</td><td>0xb8d3f184D7Ba36eea06fd83DAbed8a3c4beD7599</td><td></td></tr><tr><td>USD1</td><td>World Liberty Financial USD</td><td>BNB Smart Chain Mainnet</td><td>0x8d0D000Ee44948FC98c9B98A4FA4921476f08B0d</td><td></td></tr><tr><td>USD1</td><td>World Liberty Financial USD</td><td>Ethereum Mainnet</td><td>0x8d0D000Ee44948FC98c9B98A4FA4921476f08B0d</td><td></td></tr><tr><td>WLFI</td><td>World Liberty Financial</td><td>Cycle Network</td><td>0x4a9180341D547193dB59eeDb113a2B80e2C348F6</td><td></td></tr><tr><td>WLFI</td><td>World Liberty Financial</td><td>Ethereum Mainnet</td><td>0xdA5e1988097297dCdc1f90D4dFE7909e847CBeF6</td><td></td></tr></tbody></table>


---

# 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://docs.cyclenetwork.io/developers/connect-to-cycle/connect-to-cycle-mainnet/cycle-sailboat.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.
