> For the complete documentation index, see [llms.txt](https://docs.cronos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cronos.com/ambassadors/essential-links-and-info.md).

# Essential Links and Info

### Essential Links

**Ambassador application form**

* Fill in [this form](https://cronos.typeform.com/S3application) to get started on your journey

**Community & Social**

* Discord: [discord.com/invite/cronos](http://discord.com/invite/cronos)
* Announcements (Telegram): [t.me/Cronos\_Announcements](http://t.me/Cronos_Announcements)
* X / Twitter: [@Cronosapp](https://x.com/CronosApp)

**Official websites and docs**

* Main website: [cronos.com](http://cronos.com/) - ecosystem & product entry points
* Cronos Explorer (official): [explorer.cronos.com](http://explorer.cronos.com)
* Apps on Cronos: <https://cronos.com/ecosystem/>
* [Cronos POS Explorer](https://cronos-pos.org/explorer/)
* [GitHub](https://github.com/crypto-org-chain)

*Tip: Link to these pages in your threads, workshops, and meetups instead of copying the content - it helps keep information accurate and up to date.*

### What is Cronos?

**The Cronos app** is a mobile-first trading platform that brings tokenized stocks, prediction markets, and crypto into a single experience, giving people around the world access to financial opportunities that have traditionally been fragmented, restricted, or unavailable.

Powering the app is **Cronos Network**, an EVM-compatible blockchain delivering sub-second, sub-cent, 24/7 global settlement. Built for financial services and tokenized real-world assets, the network provides the speed, cost efficiency, and scalability needed to support millions of users and real-world financial activity.

The network powers the app. The app brings users, activity, and liquidity back to the network.

### Networks you’ll hear about

* [Cronos EVM](https://docs.cronos.com): EVM-compatible, built with Ethermint/Cosmos SDK; launched Nov 8, 2021.
* [Cronos POS](https://cronos-pos.org/wallets): Cosmos chain optimized for payments/consumer use cases.

A lot more info can be found in the other section of these Docs or by following the links above.


---

# 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.cronos.com/ambassadors/essential-links-and-info.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.
