> For the complete documentation index, see [llms.txt](https://docs.onton.live/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.onton.live/introduction/onton-event-management-platform.md).

# ONTON Event Management Platform

## What is ONTON?

ONTON is a Telegram-integrated Web3 event platform powered by **TON blockchain**. It simplifies event creation and participation, enabling organizers to host AMAs, workshops, contests, game tournaments, and large-scale conferences **directly within Telegram**.&#x20;

By integrating Web3 tools into events, ONTON empowers projects to grow their communities and create value-driven experiences, all within the Telegram ecosystem. ​

### ONTON’s Mission

ONTON connects Telegram-native communities with Web3 infrastructure to simplify event creation, enhance participant engagement, and enable on-chain reputation and reward systems.&#x20;

The platform supports scalable, verifiable, and transparent event mechanics for AMAs, contests, tournaments, and conferences, fully integrated into Telegram.

### ONTON’s Vision

ONTON serves as the event layer of the TON ecosystem. It provides the infrastructure to host and verify participation in decentralized events, while ONION facilitates economic coordination through access control, reward distribution, and governance.&#x20;

Over time, ONTON establishes a Web3-native event standard, where identity, engagement, and value are captured on-chain.

<br>


---

# 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.onton.live/introduction/onton-event-management-platform.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.
