# Points

- [Overview](https://docs.mellow.finance/points/overview.md): Loyalty points program: Mellow and Symbiotic points calculation for users (0.00025\*N per hour), DVstETH incentive formulas (SSV monthly, Obol weekly), curator points logic, and eligibility rules.
- [Points in Symbiotic pre-deposit contracts](https://docs.mellow.finance/points/points-in-symbiotic-pre-deposit-contracts.md): Legacy points methodology for deposits before and after Symbiotic limits were reached, including 1.5x Mellow boost, DeFi multipliers, and anti-gaming rules.
- [DeFi points integration instructions](https://docs.mellow.finance/points/defi-points-integration-instructions.md): Technical integration guide with TypeScript interfaces: getContracts, getUserShares, getBalances, getDeFiPools. Includes full Zircuit example implementation and all type definitions.


---

# 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://docs.mellow.finance/points.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.
