# Code Repositories

## Frontends

* Yearn.Finance
  * Site: [https://yearn.finance](https://yearn.finance/)
  * Repo: <https://github.com/iearn-finance/iearn-finance>
* Yearn Governance
  * Site: [https://ygov.finance](https://ygov.finance/)
  * Repo: <https://github.com/iearn-finance/ygov-finance>
* Yearn Insurance
  * Site: [https://yinsure.finance](https://yinsure.finance/)
  * Repo: <https://github.com/iearn-finance/yinsure-finance>
* Yearn Borrow
  * Site: [https://yborrow.finance](https://yborrow.finance/)
  * Repo: <https://github.com/iearn-finance/iborrow-finance>
* Yearn Swap
  * Site: [https://yswap.exchange](https://yswap.exchange/)
  * Repo: <https://github.com/iearn-finance/yswap-finance>
* Yearn Documentation
  * Site: [https://docs.yearn.finance](https://docs.yearn.finance/)
  * Repo: <https://github.com/iearn-finance/docs>

## Smart Contracts

Yearn smart contracts repo: <https://github.com/iearn-finance/yearn-protocol>

* [Controllers](https://github.com/iearn-finance/yearn-protocol/tree/develop/contracts/controllers)
* [Registries](https://github.com/iearn-finance/yearn-protocol/tree/develop/contracts/registries)
* [Vaults](https://github.com/iearn-finance/yearn-protocol/tree/develop/contracts/vaults)
* [Strategies](https://github.com/iearn-finance/yearn-protocol/tree/develop/contracts/strategies)
* [iToken Wrappers](https://github.com/iearn-finance/itoken/tree/master/contracts)
* [APR Oracle](https://github.com/iearn-finance/apr-oracle/tree/master/contracts)
* [Utils](https://github.com/iearn-finance/yearn-protocol/tree/develop/contracts/utils)

## Security

* [Disclosures Repo](https://github.com/iearn-finance/yearn-security/tree/master/disclosures)

## Misc

* [Yearn multisig (ychad.eth) budget](https://github.com/iearn-finance/ychad-audit)
* [Yearn improvement proposals](https://github.com/iearn-finance/YIPS)
* [Collection of public audits](https://github.com/iearn-finance/audits)
* [Yearn vault schema](https://github.com/sambacha/yearn-vault-schema)

## Yearn Community Tools

* Yearn Discord FAQ Bot
  * Repo: <https://github.com/dgornjakovic/yfi-faq-bot>
* Yearn Party
  * Site: [https://yearn.party](https://yearn.party/)
  * Repo: <https://github.com/x48-crypto/yearn-party>
* Yearn Tools (Based off Yearn API)
  * Site: [https://yearn.tools](https://yearn.tools/)
  * Repo: <https://github.com/yearn-integrations/api>
* Recycler Vault Interface
  * Site: [https://vaults.finance](https://vaults.finance/)
  * Repo: <https://github.com/banteg/yearn-recycle>
* Add Yearn Tokens to MetaMask
  * Site: [https://addyearn.finance](https://addyearn.finance/)
  * Repo: <https://github.com/x48-crypto/watch-token>


---

# 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://andrecronje.gitbook.io/yearn-finance/developers/code-repositories.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.
