> For the complete documentation index, see [llms.txt](https://docs.rollie.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rollie.finance/getting-started/rolls/tips.md).

# Tips

At Rollie, our community thrives on engagement, trust, and growth. We have built our platform around five core pillars that reflect our values and the importance of every user's contribution. Here's how you can earn ROLLs by aligning with these pillars:

**1. Daily Commitment**

* Check-In: Your consistent engagement matters. By checking in daily, you show your dedication to Rollie, and we reward that commitment.

**2. Community Advocacy**

* Tweet: Sharing your positive experiences about Rollie helps us grow. When you tweet about us, you are recognized for your role as a Rollie ambassador.

**3. Network Expansion**

* Referral: Expanding our community is key. Successfully referring new users not only benefits them but also brings rewards to you, fostering a network of mutual growth.

**4. Financial Trust**

* Stake: Trust is built through commitment. Staking USDC in our Vault demonstrates your trust in Rollie, and we reward this financial commitment. Staking is strongly relevant to the amount you staked and the time you staked, the earlier the better.

**5. Active Participation**

* Trade: A dynamic market is driven by active trading. By participating in trades, you contribute to the vibrancy of our marketplace and are rewarded for your activity. Trading is strongly relevant to certain parameters
  * Volume
  * Total Block Number lasted of a position (period of time for the position from opened to closed)
  * Open Interest
  * Fee Generated


---

# 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.rollie.finance/getting-started/rolls/tips.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.
