> For the complete documentation index, see [llms.txt](https://wiki.rly.network/rly-protocol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.rly.network/rly-protocol/archived/rly-rewards/bootstrap-phase.md).

# Bootstrap phase

### Introduction

In the bootstrap phase, new applications will be rewarded up to a total of 1,000,000 RLY for the completion of the milestones. Once all milestones are complete the application will graduate to the mature phase of the rewards program. The milestones are as follows:&#x20;

* Launching an application token bonded to RLY
* Total wallets with a balance of app token and RLY
* Total locked RLY&#x20;

### Eligibility&#x20;

Currently only 1st & 2nd party applications and applications partnered with SuperLayer are eligible. In the future, 3rd party applications will be able to apply to the program.&#x20;

### Reward amounts&#x20;

<table><thead><tr><th>Milestone</th><th width="150">Values</th><th>RLY Rewards</th></tr></thead><tbody><tr><td>Launch app token</td><td></td><td>270,000 RLY</td></tr><tr><td>User/wallets with a non-zero balance </td><td>175 users/wallets</td><td>180,000 RLY</td></tr><tr><td>User/wallets with a non-zero balance </td><td>350 users/wallets</td><td>90,000 RLY</td></tr><tr><td>User/wallets with a non-zero balance </td><td>700 users/wallets</td><td>90,000 RLY</td></tr><tr><td>Locked RLY</td><td>175,000 RLY</td><td>190,000 RLY</td></tr><tr><td>Locked RLY</td><td>350,000 RLY</td><td>90,000 RLY</td></tr><tr><td>Locked RLY</td><td>700,000 RLY</td><td>90,000 RLY</td></tr></tbody></table>

### **Reference**

The full design can be found [**here**](https://docs.google.com/document/d/13gRAc3GUuRbH0L90HZsxTC1gtDDWI-24h7zvSHmVI5k/edit)&#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, and the optional `goal` query parameter:

```
GET https://wiki.rly.network/rly-protocol/archived/rly-rewards/bootstrap-phase.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.
