> 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/pjar-0.md).

# pJar 0.00

### **What is pJar 0.00?**&#x20;

pJar 0.00 is Pickle Finance's first set of pJars which involves a user depositing one of the LP tokens received from supplying liquidity on [Curve.Fi](http://curve.fi/). Pickle Finance currently accepts three different Curve deposit tokens:

| Deposit Token/pJar                                 | How to Obtain                                                                             | Returned Token | Current Strategy                                                                                  |
| -------------------------------------------------- | ----------------------------------------------------------------------------------------- | -------------- | ------------------------------------------------------------------------------------------------- |
| <p><strong>sCRV</strong></p><p>(pJar 0a)</p>       | Depositing USDC/USDT/DAI/sUSD in Curve's [sUSD pool](https://www.curve.fi/susdv2/deposit) | psCRV          | [StrategyCurveSCRVv3\_2](https://etherscan.io/address/0x8E1ed86C27e1861d044c27b66574d6a0249A3c1C) |
| <p><strong>renBTCCRV</strong> </p><p>(pJar 0b)</p> | Depositing renBTC/wBTC in Curve's [renBTC pool](https://www.curve.fi/ren/deposit)         | prenBTCCRV     | [StrategyCurveRenCRVv2](https://etherscan.io/address/0xB606602C2AC912B52437817add9362B87776a6A6)  |
| <p><strong>3poolCRV</strong> </p><p>(pJar 0c)</p>  | Depositing USDC/USDT/DAI in Curve's [3pool](https://www.curve.fi/ren/deposit)             | p3CRV          | [StrategyCurve3CRVv2](https://etherscan.io/address/0x8f01bb820BcD0b0B7d873862c531A88822747042)    |
| <p><strong>steCRV</strong></p><p>(pJar 0d)</p>     | Depositing ETH/stETH in Curve's [stETH pool](https://www.curve.fi/steth/deposit)          | psteCRV        | [StrategyCurveSteCRV](https://etherscan.io/address/0x350c4f7a669dc263ec1838fa105172e1d96e8259)    |

Essentially, by depositing \[x]CRV with Pickle Finance, you will receive **p\[x]CRV** tokens in return.

Using the deposited \[x]CRV, pJar 0.0 earns and re-invests CRV rewards and SNX/LDO rewards for the sCRV Jar for you so that you end up having \[x]CRV than you started out with.

### Earning PICKLEs from the Farm

With the exception of psCRV, the p\[x]CRV tokens will allow you to additionally earn PICKLE rewards by depositing them in the [Farm](https://app.pickle.finance/farms).

### Future plans

Pickle Finance is waiting for approval to be whitelisted on Curve. This will allow boost CRV rewards by up to 2.5 times by locking up a number of CRV tokens.


---

# 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/pjar-0.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.
