# How does the earn section work?

The Earn Section of Blink is a fun way for our users to earn sats by learning the basics about bitcoin.

Go to the Earn section of your Blink (bottom right). Answer the questions correctly to earn some sats that will appear automatically on your wallet.

You can only earn the sats when you complete the quiz the first time and there is only one chapter available per day. Nevertheless, once have been through it once you can always come back for a refresh read!


---

# Agent Instructions: 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:

```
GET https://faq.blink.sv/earn-section/how-does-the-earn-section-work.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
