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

# Points

Points are Socialhood's offchain ledger of contribution, tracked in **weekly epochs**. Your balance lives in the Wallet view (`Points · epoch N`).

> Points are points. They are not a token, and nothing here promises one. **SOON** is the only roadmap word you'll get.

## How you earn

| Action                         | Notes                                                                     |
| ------------------------------ | ------------------------------------------------------------------------- |
| **Buying keys**                | Proportional to ETH volume — the strongest signal                         |
| **Selling keys**               | Counts at half weight — selling isn't punished, buying is favored         |
| **First key of a new creator** | Flat breadth bonus — backing more creators beats looping one              |
| **Holding keys**               | Daily credit proportional to the ETH value held — diamond hands accrue    |
| **Tipping (ETH)**              | Sender earns more than receiver — spending is the costly signal           |
| **Receiving tips**             | Smaller share                                                             |
| **Invites**                    | Credited when your invitee makes their first key purchase — not on signup |
| **Post engagement**            | Capped low daily — social farming is cheap, capital is not                |

## Anti-farm rules

* **Wash trading is worthless**: a buy→sell of the same key within a short window scores zero on both legs.
* **Daily per-user cap** on total points.
* Token (non-ETH) tips earn nothing.
* The ledger is append-only; balances are pure sums that can be audited.

Exact multipliers are configuration-driven and may be tuned between epochs.


---

# 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.socialhood.app/social-app/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.
