> For the complete documentation index, see [llms.txt](https://docs.pickle.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pickle.finance/appendix-c-previous-docs/old-docs/general.md).

# General

#### **What are the risks?**&#x20;

Pickle Finance's smart contracts have been [audited.](/appendix-c-previous-docs/old-docs/security.md) There is also a chance that the price of PICKLE goes to 0. Only invest what you can afford to lose and do your own due diligence.

#### Can't I do the Pickle Jar functions myself?

Yes you could, but the pJars help you automatically re-invest your rewards to increase your principal, save on gas and optimize for the highest yielding strategies.

**Where are the Smart Contracts?**

All of the deployed smart contracts used by Pickle Finance are available at \
<https://github.com/pickle-finance/contracts>&#x20;

#### **What are PICKLE's tokenomics?**

There is no hard cap on the supply of PICKLEs. The emission schedule can be found [here](/appendix-c-previous-docs/old-docs/emissions.md).

**How does Pickle Finance do governance**?

The Pickle Finance community and PICKLE/ETH liquidity providers (see [Farms](/appendix-c-previous-docs/old-docs/farms.md)) wield the power to shape the future of the protocol.&#x20;

* <https://snapshot.page/#/pickle> is used to vote for Pickle Improvement Proposals (PIPs). Quadratic voting is used to ensure a more democratic form of governance. This will soon be replaced by [DILLS.](broken://pages/-MSImLo1FWMgEs25YlV0#understanding-dill)&#x20;
* <https://forum.pickle.finance/> is a Discourse forum for having focused discussions on ways to make Pickle Finance even better.

<br>


---

# 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.pickle.finance/appendix-c-previous-docs/old-docs/general.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.
