# Current Jar Strategies

### Current Strategies <a href="#docs-internal-guid-fa289678-7fff-aa68-2919-631dbdfd4b86" id="docs-internal-guid-fa289678-7fff-aa68-2919-631dbdfd4b86"></a>

A full list of pickle jars can be found at[ https://app.pickle.finance/jars](https://app.pickle.finance/jars). This list of jars will change depending on which network you are connected to (Ethereum Mainnet vs Polygon)

Each PickleJar employs a Strategy contract to earn yield for its depositors. In these documents, we explore the types of Strategies being employed and how these work under the hood.

All Strategy contracts are being developed under the [src/strategies](https://github.com/pickle-finance/protocol/tree/master/src/strategies) directory of the protocol repository. For a listing of all currently deployed Strategy contracts, see the [contracts repository](https://github.com/pickle-finance/contracts).

### List of Jars

Follow these links to see the currently active pickle jars, and a short description of each, for the network of your choice.

* [Ethereum Mainnet Jars](/current-jar-strategies/ethereum-network-jars.md)
* [Polygon Network Jars](/current-jar-strategies/polygon-network-jars.md)\ <br>

##


---

# 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.pickle.finance/current-jar-strategies.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.
