> For the complete documentation index, see [llms.txt](https://docs.feeder.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.feeder.finance/security-and-contracts/security.md).

# Security

## Security of Funds <a href="#security-of-funds" id="security-of-funds"></a>

Feeder Finance has the following wallets securely owned and managed by the team. All wallets are MultiSig (Multi-signatures) wallets that require at least two out of three approval from the founders' hardware wallet before the transaction can be sent to the network:

* Developer Wallet
* Marketing Wallet
* Governance Treasury Wallet
* Insurance Wallet
* Fee Collector - Collector of platform and farming fees to be distributed

#### Additional layers of security <a href="#additional-layers-of-security" id="additional-layers-of-security"></a>

To ensure the highest security of our wallets each hardware wallet is duplicated into another hardware wallet and stored securely in a physical safe.

## Risks of Platform <a href="#risks-of-platform" id="risks-of-platform"></a>

Feeder Finance is in alpha, which means upcoming features permanent or stable. They may be subject to change to best adapt to the fast-moving changes of the industry. We encourage all of our users to study through the docs before using this platform.

## Smart Contracts Risks <a href="#smart-contracts-risks" id="smart-contracts-risks"></a>

Our smart contracts are based on several successful and battle-tested projects, such as our FeedFarm contract, initially based on SushiSwap MasterChef.

To increase another level of security and reduce the possibility of human errors, each smart contract had gone through automated tasks to test against each line of code to make sure it performs the correct actions and functions as expected.

**We observe every exploit that happens in crypto.**

Our AutoStaking vaults **can't get flash loans exploited**. An address can only perform one transaction per block with our AutoStaking vaults, but flash loans require multiple transactions.

The **security standard** of our AutoStaking smart contracts is **extremely high** since we don't use any oracles, and because of the simplicity and flash loan protection. The **audit by PeckShield** took one month, and we have resolved every issue. We are growing an **insurance fund** but we can't guarantee the security of the target vaults even though we only choose high-quality ones. Our Auto Diversify product is a great choice when you want to have a **simple and diversified experience**.


---

# 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.feeder.finance/security-and-contracts/security.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.
