> For the complete documentation index, see [llms.txt](https://references.everstrike.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://references.everstrike.io/announcements/everstrike-mainnet-is-live.md).

# Everstrike Mainnet Is Live

Trade perpetual futures and perpetual options with real money on the [Everstrike Mainnet](https://app.everstrike.io/app/markets).

The Everstrike Mainnet mimics the Everstrike Testnet 1:1, except for its list of [supported networks](/account/supported-networks-and-stablecoins.md).

As with the Everstrike Testnet, the liquidity on the Everstrike Mainnet is powered by the [Everstrike Perpetual Vault](/trading/perpetual-vault.md). The liquidity starts at zero, and grows proportionally with the vault balance.

### Key URLS

Mainnet Frontend App: [https://app.everstrike.io/app](https://app.everstrike.io/app/)

Mainnet REST API endpoint: <https://api.everstrike.io>

Mainnet WSS API endpoint: <https://wss.everstrike.io>

API documentation: [https://docs.everstrike.io](https://docs.everstrike.io/)

Technical documentation: <https://references.everstrike.io/>

Stats:  <https://app.everstrike.io/app/stats>

Leaderboard: <https://app.everstrike.io/app/rankings>

If you have any feedback or questions regarding the Mainnet, please do not hesitate to [contact us](/account/contact-us.md).


---

# 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://references.everstrike.io/announcements/everstrike-mainnet-is-live.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.
