> For the complete documentation index, see [llms.txt](https://docs.insrt.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.insrt.fun/blast-rewards/blast-points.md).

# Blast Points

**What are Blast Points?**

**Blast Points** are earned automatically by EOAs (Externally Owned Accounts) and smart contracts based on their balance of ETH, WETH, and USDB. They are distributed every block and are aimed at rewarding liquidity. Once smart contracts receive these points, they are encouraged to redistribute them back to their users according to their own internal metrics. This redistribution is facilitated through the[ Blast Points API.](https://docs.blast.io/airdrop/api)

**Earning Blast Points with Insrt**

**Snapshot Distribution**: A snapshot was taken on 3rd of March, 2024 that captured all Mint attempts conducted by users from the launch of Insrt on Blast up to the date of the snapshot. Points from this snapshot have been distributed on the 3rd of March, 2024, with a users' allocation being determined by their total minting volume in proportion to the total volume that was spent on minting. &#x20;

**$MINT Holdings Distribution**: After the snapshot,  Blast Points are distributed hourly to $MINT holders. The amount of Points you receive is proportionate to your share of the total $MINT supply.&#x20;

100% of points that Insrt receives are passed on to $MINT holders.


---

# 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.insrt.fun/blast-rewards/blast-points.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.
