# Smart Contracts

| Name                         | Address                                                                                                                      | Description                                                                         |
| ---------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
| Treasury                     | [0xD43B847905Cb93aAae46C5cdE9d9facbb0966109](https://cronoscan.com/address/0xD43B847905Cb93aAae46C5cdE9d9facbb0966109#code)  | Holds the ecosystem tokens data: Minted / burnt tokens, Tournament prizes and fees. |
| Frequent Player Points       | [0x1E5BEdf6888981773E4B860d1e8c5B87F17282AA](https://cronoscan.com/address/0x1E5BEdf6888981773E4B860d1e8c5B87F17282AA#code)  | Used to store the FPP points accumulated by the users.                              |
| Papparico Finance Token      | [0x59BAfb7168972EcCA5e395F7dA88e71eCe47a260](https://cronoscan.com/address/0x59bafb7168972ecca5e395f7da88e71ece47a260#code)  | The PPFT token.                                                                     |
| Liquidity Provider Mining    | [0x3E35810A663c7eE28a0A6f6A0984146CbB163c6c](https://cronoscan.com/address/0x3e35810a663c7ee28a0a6f6a0984146cbb163c6c#code)  | LP Farms                                                                            |
| Liquidity Provider Mining V2 | [0x2490AFBf1609119bB76E5e936f4ce4cBed815947](https://cronoscan.com//address/0x2490afbf1609119bb76e5e936f4ce4cbed815947#code) |                                                                                     |
| Staking                      | [0x535503d5c23bCA9896383003A46A8AD6c9CB2fe2](https://cronoscan.com/address/0x535503d5c23bca9896383003a46a8ad6c9cb2fe2#code)  | Staking $PPFT and earn $PPFT. Deprecated, will be removed soon.                     |
| Single Staking               | [0xFc8d5d6B280BF5E8d8DB12d0fF8a0f7d1A6ECf78](https://cronoscan.com//address/0xfc8d5d6b280bf5e8d8db12d0ff8a0f7d1a6ecf78#code) | Staking $PPFT and earn different tokens.                                            |
| Vaults                       | [0x828CC5D75594e4d0D072566cC07F64E863A0d11E](https://cronoscan.com/address/0x828cc5d75594e4d0d072566cc07f64e863a0d11e#code)  | Vaults.                                                                             |
| Tournaments                  | [0xD860a2bed482073c5A555129e39e790C1740D6E1](https://cronoscan.com/address/0xD860a2bed482073c5A555129e39e790C1740D6E1#code)  | Used to store tournaments information.                                              |
| Team Vesting                 | [0xd4AcfeE2CcF004CF5DAc7802C7360c843aa828A7](https://cronoscan.com/address/0xd4acfee2ccf004cf5dac7802c7360c843aa828a7#code)  | Manages team vesting tokens.                                                        |
| Bullish Pools                | [0xB1CF500235dA7DCd457AB5b803D6c94C1A87A234](https://cronoscan.com/address/0xb1cf500235da7dcd457ab5b803d6c94c1a87a234#code)  | Pools of tokens where is possible to use FPP points.                                |


---

# 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.papparico.finance/smart-contracts-and-wallets/smart-contracts.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.
