> For the complete documentation index, see [llms.txt](https://docs.sweep.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sweep.finance/ecosystem-components/platform/plincoin.md).

# Plincoin

#### **What is Plincoin**

Plincoin is a physics-based game where users drop a coin from the top of a board and receive a reward based on where it lands.

The board consists of multiple rows of pegs that dynamically change the path of the coin as it falls. At the bottom, different **reward zones** represent different multipliers.

The final result is determined by the zone where the coin lands.

***

#### **How it works**

Users begin by selecting an amount and optionally adjusting the game parameters.

* The coin is dropped from the top of the board
* As it falls, it moves left and right through the pegs
* The path is not controlled by the user and changes dynamically
* The coin eventually lands in one of the bottom **reward zones**

Each zone has a predefined multiplier.

* Lower-risk setups tend to land closer to the center with smaller multipliers
* Higher-risk setups increase the chance of landing on edge zones with higher multipliers

The result is calculated instantly once the coin reaches the bottom.

***

#### **Key mechanics**

Plincoin is built on randomness and distribution.

* The coin’s path is determined dynamically as it interacts with the board
* Multiple possible outcomes exist at the bottom
* Each **reward zone** has a predefined multiplier
* The probability distribution depends on the selected risk level

This creates a system where:

* Most outcomes occur in central zones with lower multipliers
* Higher multipliers are less frequent but possible

At the same time, each interaction contributes to the platform:

* Every drop generates transaction volume
* A fixed **5% protocol fee** is applied
* **2.5% is burned** and **2.5% is distributed in USDT**


---

# 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.sweep.finance/ecosystem-components/platform/plincoin.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.
