# Docs Home

Hold a leveraged Hyperliquid perp strategy as an ERC-20 token. any.fund turns perp exposure into products you can buy, hold, inspect, and redeem without manually running the strategy.

Existing canary products can be inspected; creation remains allowlisted. V25 canary factory is deployed at `0x6A2B341b24C976199a0be5ea42a3c6e76fEFfD59`. Public create remains disabled. The minimal BTC 10x single-DEX canary is the current public verification boundary.

Before acting, assume leveraged-product risk: deposited collateral can be lost, exits can settle through request and claim, and MVP controls remain active.

All contracts, public docs, and integration surfaces are open source on [GitHub](https://github.com/aperphenia/anyfund).

## Start Here

* **See what is live:** [Live products](/live-products.md)
* **What a product token is:** [What you're buying](/learn-guides/what-is-any-fund.md)
* **Check risk before acting:** [Product risks](/risks-and-controls/product-risks.md)
* **Verify controls:** [Trust model and controls](/risks-and-controls/trust-model-and-controls.md)
* **Build or integrate:** [Builder quickstart](/for-builders/quickstart.md)

## How It Fits

| Layer             | Role                                                                             |
| ----------------- | -------------------------------------------------------------------------------- |
| Product token     | What you hold: ERC-20 shares of a declared leveraged strategy                    |
| Product lifecycle | How deposits, rebalances, exits, and claims move through the contracts           |
| Public history    | What happened: rebalances, fills, funding, ledger changes, and state transitions |
| Trust model       | Who can pause, upgrade, rescue, operate, and recover during the current MVP      |

## Current References

| Need                                 | Page                                                                        |
| ------------------------------------ | --------------------------------------------------------------------------- |
| Live products and verification scope | [Live products](/live-products.md)                                          |
| Launch gates                         | [Launch constraints](/risks-and-controls/launch-constraints.md)             |
| Admin, operator, and rescue powers   | [Trust model and controls](/risks-and-controls/trust-model-and-controls.md) |
| Contract addresses                   | [Contracts and networks](/for-builders/contracts-and-networks.md)           |
| Parameter bounds                     | [Protocol limits](/reference/protocol-limits.md)                            |
| Public changes                       | [Changelog](/reference/changelog.md)                                        |

## Choose a Path

### I want to learn the product

* [What you're buying](/learn-guides/what-is-any-fund.md)
* [How products work](/learn-guides/product-lifecycle.md)
* [Settlement and claims](/products-and-mechanics/settlement-and-claims.md)
* [Product risks](/risks-and-controls/product-risks.md)
* [Trust model and controls](/risks-and-controls/trust-model-and-controls.md)
* [Live products](/live-products.md)
* [Rebalancing, NAV, and fees](/learn-guides/rebalancing-nav-and-fees.md)
* [Why use products?](/learn-guides/why-use-products.md)

### I want to build on it

* [Builder quickstart](/for-builders/quickstart.md)
* [Contracts and networks](/for-builders/contracts-and-networks.md)
* [Protocol limits](/reference/protocol-limits.md)
* [Product creation parameters](/for-builders/product-creation-parameters.md)
* [Data surfaces and API](/for-builders/data-surfaces-and-api.md)

### I want to verify operation

* [Trust model and controls](/risks-and-controls/trust-model-and-controls.md)
* [Launch constraints](/risks-and-controls/launch-constraints.md)
* [Live products](/live-products.md)
* [Public changelog](/reference/changelog.md)
* [Under the hood](/under-the-hood.md)

### I want to evaluate the project

* [Investor and partner snapshot](/for-investors.md)
* [Principles](/principles.md)
* [Launch constraints](/risks-and-controls/launch-constraints.md)
* [Public changelog](/reference/changelog.md)

### I want to look under the hood

* [Under the hood](/under-the-hood.md)
* [What's next](/whats-next.md)
* [GitHub](https://github.com/aperphenia/anyfund)

## Stay Close

* [App](https://www.any.fund)
* [Explorer](https://www.any.fund/explorer)
* [Docs](https://docs.any.fund)
* [X / Twitter](https://x.com/anyfund)
* [GitHub](https://github.com/aperphenia/anyfund)
* [Security disclosure instructions](https://github.com/aperphenia/anyfund/blob/main/docs/security/SECURITY.md)
* [Public changelog](/reference/changelog.md)


---

# 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.any.fund/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.
