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

# How to Participate

### Step 1: Get Set Up

Our mini-app runs on Farcaster & The Base App. You can sign up through:

* [Farcaster](https://farcaster.xyz/)&#x20;
* [The Base App](https://join.base.app/)&#x20;

### Step 2: Find Runner

Search for the Runner mini-app on Farcaster or The Base App. You can also visit our [website](https://runneronbase.io) to access it directly.

### Step 3: Log Your Runs

Click the jogger icon in the app and upload a screenshot of your run. We accept screenshots from any tracking app - [Strava](https://www.strava.com/) and [Garmin Connect](https://connect.garmin.com/) are some popular options.

### Step 4: Compete Weekly

Every week resets on Friday. The top eight runners, ranked by total distance, split that week’s trading fees generated by the token. Rewards are distributed in $RUNNER.

### Step 5: Claim Your Rewards

If you land in the top 8, claim your rewards through [Mint Club Airdrops](https://mint.club/airdrops). We post the claim link every Friday on our [Farcaster](https://farcaster.xyz/runonbase.eth) and [X](https://x.com/runnerbased) accounts.


---

# 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.runneronbase.io/how-to-participate.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.
