> For the complete documentation index, see [llms.txt](https://clown-town.gitbook.io/clown-town/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://clown-town.gitbook.io/clown-town/token/how-does-usdclowns-work.md).

# How does $CLOWNS work?

<img src="/files/ZvfFlCoKNlNh0sxloD8v" alt="" width="200">

{% hint style="info" %}
**Clown Town Tip:** To view the $CLOWNS contract, [click here](https://bscscan.com/token/0xA608986A076e868CeF01f495334cF5fa54cfeD18#code).
{% endhint %}

## Automated Lottery Transfers

$CLOWNS takes a random value on each transfer and checks to see if that number is divisible by 77, 777, or 1337. If the value is divisible by 77, the dev wins. If it's 777, you win! Hit 1337 and the pot gets burned! All of this functionality is hard coded into the contract and cannot be changed. The contract has no owner.&#x20;

<figure><img src="/files/6xRhM5CpOIxO6TwbSI4m" alt="" width="296"><figcaption></figcaption></figure>

## Laugh All the Way to the Bank

Because the gambling functionality is only triggered on transfers and not buys, it's important to have functionality in the ecosystem. The Clown Town Casino enables users to spend their $CLOWNS on increased gambling opportunities and games. With a burn implemented in the token as well, $CLOWNS is deflationary.&#x20;


---

# 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://clown-town.gitbook.io/clown-town/token/how-does-usdclowns-work.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.
