> For the complete documentation index, see [llms.txt](https://docs.wingriders.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wingriders.com/battle-of-pools/rules-and-process.md).

# Rules and Process

#### **What does “set the direction” for a token mean?**

It means deciding whether the price of your chosen token will rise (<mark style="color:green;">UP</mark>) or fall (<mark style="color:red;">DOWN</mark>) more significantly than your opponent’s token during the battle’s timeframe.

#### **How long does a battle last?**

The duration is defined by the creator of the battle and can range from a few hours to several days.

#### **What happens if no one joins my battle?**

The battle creator needs to cancel it through the UI, after which the staked tokens will be refunded.

#### **Can I change the direction or token after the battle begins?**

You cannot change the token and direction once you create or join a battle.

#### **What is the minimum and maximum stake?**

There is no minimum or maximum stake.

<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:

```
GET https://docs.wingriders.com/battle-of-pools/rules-and-process.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.
