> For the complete documentation index, see [llms.txt](https://docs.dapdap.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dapdap.net/apps/davinci/rewards/dapmeup.md).

# DapMeUp!

<figure><img src="/files/a6rhhyzMhzM4pEi4805K" alt=""><figcaption></figcaption></figure>

*DapMeUp!* is our fun daily engagement feature, rewarding users for consistently interacting with the platform. By checking in each day via the DapMeUp! button, users can keep their streak alive and accumulate **Medals and Gems** — rewards that can boost your overall standing in the DapDap community.

***

## **Don't Forget to Dap Up the Homies!**

Every day you log into d'Avinci, you can activate the *DapMeUp!* check-in from the pop-up located at the top-right corner of the interface (refreshes according to UTC time). Each check-in counts toward your streak, and the longer your streak, the more potential for future rewards.

* **Keep Your Streak Alive:** Maintain a streak by checking in daily to earn more Gems. The more consecutive days you check in, the higher your rewards.
* **Track Your Progress:** The streak board shows your current check-in streak, as well as how many Gems you've accumulated over time.
* **Unlock Rewards:** Reach specific check-in milestones (e.g., 7 days, 30 days, 50 days) to unlock exclusive rewards, including Medals and perhaps even access to other special rewards down the line.


---

# 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.dapdap.net/apps/davinci/rewards/dapmeup.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.
