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

# What is CTpot?

CTpot is a **fully on-chain lottery** built for the **ChogTard ecosystem**.

Users enter lottery rounds using **CHOGTARD tokens only**, and winners are selected **automatically on-chain**.\
No admins. No custody. No trust required.

***

### How CTpot Works

CTpot follows a simple flow:

1. Users buy tickets using **CHOGTARD**
2. **10,000 CHOGTARD = 1 ticket**
3. Tickets are recorded on-chain
4. When the round ends, **one winner is picked**
5. The prize pool is sent **directly to the winner**

Everything happens through smart contracts.

***

### Why CTpot?

Traditional lotteries rely on trust.

CTpot removes that by using:

* On-chain ticket tracking
* Automatic winner selection
* Instant payouts
* Public, verifiable logic

If it’s not on-chain, it doesn’t exist.

***

### Ticket Pricing

CTpot uses **fixed pricing**.

* 🎟 **10,000 CHOGTARD = 1 Ticket**
* No price oracles
* No USD conversion
* No variable rates

Simple and predictable.

***

### Supported Token

CTpot currently supports **only one token**:

#### ✅ CHOGTARD

* Used for ticket purchases
* Used for the prize pool
* No other tokens accepted

Support for more tokens may come later.\
At launch, **CHOGTARD only**.

***

### Key Properties

* 🔐 Fully on-chain
* 🎲 Trustless winner selection
* 🏆 Instant payouts
* 📊 Fully transparent

No admin can:

* Change winners
* Withdraw funds
* Modify ticket prices

***

### Important Note

CTpot is decentralized software.\
Participation is optional and at your own risk.

Always verify contract addresses before interacting.


---

# 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://ctpot.gitbook.io/ctpot-docs/introduction/what-is-ctpot.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.
