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

# About

Phuture v1 is a decentralised asset management protocol built for the creation and management of crypto index funds on EVM networks. Launched in 2022 Phuture v1 was built from the ground up by the team at Phuture Labs and is the technology that underpins our current range of index products.&#x20;

Phuture v1 is not intended to be a self-service platform for third parties to launch products permissionlessly; rather, it exists to support secure and accessible index products launched by  Phuture and its partners.

Phuture v1 delivers on the following features:

* Permissionless unit issuance and redemption in the form of ERC-20 tokens.
* Trustless trading powered by 0x exchange infrastructure.
* Contract driven rebalancing - Enter the new assets and weights and our contracts will automatically create the necessary rebalancing orders to be executed.
* Yield generation on the constituent assets to improve index returns.
* Support for Chainlink and TWAP price oracles.
* Decentralised rebalancing through keepers - Rebalancing orders can be executed by any keeper on the network.&#x20;


---

# 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.phuture.finance/phuture-protocol-v1/about.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.
