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

# About SatDrop

Welcome to pSTAKE’s SatsDrop—a points program with transparency at its heart 🧡\
\
SatDrop is a unique initiative aimed at:

1. Onboarding the core Bitcoin Community to pSTAKE
2. Fostering exclusive user engagement
3. Driving Bitcoin deposits on pSTAKE
4. Having fun along the way

SatDrop participants can complete on-chain and off-chain tasks to earn ‘pSats’ (points) and convert them into $PSTAKE tokens in the future. SatDrop will have multiple seasons, with the first one kicking off in the coming days.

With Babylon's recent launch, BTCfi is at the center of crypto and DeFi today. pSTAKE will aim to stake as much BTC as possible from its BTC deposits into Babylon’s cap. pSTAKE will distribute Babylon Points pro rata to all its users to ensure fairness and inclusivity.

{% hint style="warning" %}
**Important Note:** There is a prerequisite to participate in the SatDrop. All participants must have staked the minimum BTC deposited by pSTAKE (0.005 BTC) to access the SatDrop dashboard to view their pSats and complete other tasks.\
\
This prerequisite helps filter out Sybil attacks and gives all participants a more curated, transparent experience.
{% endhint %}

By staking BTC with pSTAKE, users get the following advantages:

1. Receiving Babylon Points
2. Receiving pSats (pSTAKE points)
3. Overcoming Babylon’s max stake limit
4. Not worrying about high Bitcoin network fees
5. Having a better chance of getting in Babylon’s Cap

Stay tuned in the pSTAKE community for the latest updates.

* Twitter -[ https://x.com/intent/follow?screen\_name=pStakeFinance](https://x.com/intent/follow?screen_name=pStakeFinance)
* Telegram -[ https://t.me/pstakefinancechat](https://t.me/pstakefinancechat)
* Discord -[ https://discord.pstake.finance/](https://discord.pstake.finance/)
* China - <https://t.me/pSTAKE_china>
* Korea - <https://t.me/pSTAKE_Korea_Announcement>


---

# 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.pstake.finance/satdrop/introduction/about-satdrop.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.
