> For the complete documentation index, see [llms.txt](https://metera-protocol.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://metera-protocol.gitbook.io/documentation/content/metera-platform-v.1-overview.md).

# Metera Platform V.1 Overview

In V1, Metera Protocol introduces a new and flexible system for creating and managing tokenized indexes (MTKs). Once a Fund Manager (FM) proposes an index and it’s approved by the Metera DAO, it can be tokenize.&#x20;

Key features include the ability for the FM to define index settings, mint MTK tokens, collect fees and provide initial liquidity. Users can deposit (Buy) or withdraw (Sell) from the index by placing orders, which are processed in sequence by the batcher. FM actions—such as updating target weights, adjusting and collecting fees—are prioritized.

In order to balance indexes, Metera V.1 uses a balance approximation system that considers token price fluctuations, target weights, and current weights. User deposits and withdrawals adjust the index toward the FM’s target weights. FM´s can update target weights as needed to rebalance the portfolio and sustain its strategy. Learn more about[ balance approximation](/documentation/content/metera-platform-v.1-overview/balance-approximation.md).&#x20;

With secure fee collection processes, FM´s can initiate collect orders to withdraw accumulated fees, enhancing both protocol sustainability and incentives. This V1 release establishes a secure, user-friendly, and community-governed foundation for diversified investment options within the Cardano ecosystem.

**The V.1 Smart Contract version was developed alongside** [**TxPipe Shops**](https://txpipe.shop/)**.**

*\*\*\* Please keep in mind this document is a work in progress, things may change as the project evolves \*\*\**


---

# 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://metera-protocol.gitbook.io/documentation/content/metera-platform-v.1-overview.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.
