> 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/pulse.md).

# Pulse

#### **What is Pulse**

Pulse is a short-duration market game where users predict the direction of Bitcoin’s price within a fixed 5-minute window.

Each round starts with a defined price, and users participate by choosing whether the price will move up or down by the end of the round.

All users join the same round, creating a shared pool based on their positions.

***

#### **How it works**

Each round begins with a starting price for Bitcoin.

Users participate by selecting a direction:

* **Up** → expecting the price to increase
* **Down** → expecting the price to decrease

After selecting a position:

* The user enters an amount
* The participation is added to the current round

During the 5-minute round:

* New users can join at any time
* All positions are tracked within the system

When the round ends:

* The closing price is compared to the starting price
* If the price is higher → **Up wins**
* If the price is lower → **Down wins**

Users on the correct side receive rewards from the pool.

***

#### **Key mechanics**

Pulse is built on real-time market movement and shared participation.

* Each round lasts exactly **5 minutes**
* All users participate in the same round
* Outcomes are based on actual Bitcoin price movement
* Rewards are distributed to users with correct predictions

The system is simple:

* Choose direction
* Enter amount
* Wait for the result

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

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

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