> For the complete documentation index, see [llms.txt](https://piraterush.gitbook.io/piraterush/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://piraterush.gitbook.io/piraterush/utility/engage-2-earn.md).

# Engage-2-Earn

Arr, ye scallywags! Listen up, because we’ve got a way for ye to earn some booty! Our Engage to Earn feature rewards ye with raffle tickets, NFTs, and SOL. But that’s not all - only holders can participate in the weekly drawing for prizes! Every Monday, we’ll draw from the top three spots on the weekly leaderboard and reward our most active pirates for hitting certain roles and activity amounts.

But don’t be idle, ye might miss out on random rewards that we give to active members who hit a certain level of weekly activity in our Discord. To engage, ye can chat in #general, #holder-chat, or #whale-chat, which earns ye 1 XP per message on an 8-second cooldown so ye can’t just spam.

Visit <https://soldecoder.app/quests> and do your daily quests every day to earn more points. Like and retweet our recent tweets to get 20 XP per tweet per day. Use special phrases in your chat such as “Pirate”, “Matey”, or “Treasure” to get 5 points per message per day.

Two button clicks are the same as sending 20 messages! Make sure to click the “Claim Tweet XP” button on the Quests site or type /claim in #decoder-bot-commands once ye’ve linked yer Twitter on the website.

To check how much XP ye have, use the /xp command, and for the leaderboard, use /leaderboard. Use /quests to track yer progress in daily quests. Ye can use #engage-bot for all Engage-2-Earn commands.

Get to engaging, me hearties!<br>

![](https://lh4.googleusercontent.com/VmGNrp2LJn_6zVREv3Sckc_YmHHRf2eMcmChP6EVQniifmbyT6pks_6cJZHCJdLQqW9Uf12giSKklNEbdTz8NEzoTmSMtSs6e-a90ONFhfvXnlRfGWc-R-9XuZwYAysmJst7NiCLNRAAd5Bj)

<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://piraterush.gitbook.io/piraterush/utility/engage-2-earn.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.
