# Welcome

Welcome to Feedom — autonomous yield automation for DeFi.

## What is Feedom?

Feedom is a **noncustodial yield automation vault** that earns you passive income from various liquidity strategies. Deposit your crypto, and our battle-tested algorithms work 24/7 to generate yield — no manual management required.

### Key Features

* **Noncustodial** — Your funds stay in audited smart contracts. You maintain full control.
* **No Lockups** — Withdraw anytime. Your funds are always accessible.
* **Real Yield** — Earnings come from real trading fees.
* **Automated** — Set it and forget it. Our keepers handle rebalancing, compounding, and harvesting.
* **Transparent** — Everything happens on-chain. Verify every transaction.

## Supported Chains

| Chain     | Native Token | Status |
| --------- | ------------ | ------ |
| Avalanche | AVAX         | ✅ Live |
| HyperEVM  | HYPE         | ✅ Live |

## Quick Links

* [How It Works](/getting-started/how-it-works.md)
* [Deposits](/getting-started/deposits.md)
* [Withdrawals](/getting-started/withdrawals.md)
* [Claim Rewards](/getting-started/claim-rewards.md)
* [Franchise Program](/advanced/franchise.md)
* [FAQ](/resources/faq.md)

## Getting Started

1. **Connect Your Wallet** — Connect MetaMask, Rabby, or any WalletConnect-compatible wallet
2. **Select Your Chain** — Choose Avalanche or HyperEVM
3. **Deposit** — Deposit native tokens (AVAX on Avalanche, HYPE on HyperEVM)
4. **Earn** — Watch your position grow in real-time

That's it. No staking, no locking, no complexity.

***

## Contract Addresses

### Avalanche (C-Chain)

| Contract          | Address              |
| ----------------- | -------------------- |
| Vault             | `[Deployed Address]` |
| Franchise License | `[Deployed Address]` |
| Franchise Router  | `[Deployed Address]` |

### HyperEVM

| Contract          | Address              |
| ----------------- | -------------------- |
| Vault             | `[Deployed Address]` |
| Franchise License | `[Deployed Address]` |
| Franchise Router  | `[Deployed Address]` |

***

## Security

* Smart contracts are **audited** and follow ERC-4626 tokenized vault standard
* Built on battle-tested OpenZeppelin contracts
* Upgradeable via UUPS proxy pattern (owner-controlled)
* Multiple safety mechanisms: reentrancy guards, flash loan protection, circuit breakers

***

*DeFi yield, simplified. Deposit once. Earn forever.*


---

# 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.feedom.tech/readme.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.
