# AMKT v2 Documentation

## AMKT v2 Documentation

- [AMKT Redemption](https://docs.amktdao.com/amkt-documentation/amkt-documentation/amkt-redemption.md): Guide to Redeeming Underlying Constituents (WBTC & WSTETH)
- [AMKT Web Application](https://docs.amktdao.com/amkt-documentation/amkt-documentation/amkt-redemption/amkt-web-application.md): Using our Frontend Interface
- [Redemption via Proxy Contract](https://docs.amktdao.com/amkt-documentation/amkt-documentation/amkt-redemption/redemption-via-proxy-contract.md): Proxy Contract on Mainnet
- [Token](https://docs.amktdao.com/amkt-documentation/amkt-documentation/token.md): AMKT: The Alongside Crypto Market Index
- [Reserves](https://docs.amktdao.com/amkt-documentation/amkt-documentation/token/reserves.md): How are underlying index constituents secured?
- [Issuance and Redemption](https://docs.amktdao.com/amkt-documentation/amkt-documentation/token/issuance-and-redemption.md)
- [Issuance](https://docs.amktdao.com/amkt-documentation/amkt-documentation/token/issuance-and-redemption/issuance.md): Token issuance refers to the process of increasing the supply of index tokens in circulation through minting.
- [Redemption](https://docs.amktdao.com/amkt-documentation/amkt-documentation/token/issuance-and-redemption/redemption.md): Token redemption refers to the reduction of supply of index tokens through the action of redeeming index tokens for the underlying assets.
- [Reconstitution](https://docs.amktdao.com/amkt-documentation/amkt-documentation/token/reconstitution.md): Reconstitution is the process that involves sorting, adding, and removing assets to ensure the index reflects up-to-date tracking with respect to the methodology.
- [Bounty](https://docs.amktdao.com/amkt-documentation/amkt-documentation/token/reconstitution/bounty.md): A bounty is a commitment posted on-chain by a trusted party, reflecting the list of new tokens and their corresponding nominals backing the index.
- [Fulfillment](https://docs.amktdao.com/amkt-documentation/amkt-documentation/token/reconstitution/fulfillment.md): A fulfillment is when an EOA or smart contract submits the assets for the bounty's reconstitiution.
- [Expense Ratio](https://docs.amktdao.com/amkt-documentation/amkt-documentation/token/expense-ratio.md): What is the expense ratio?
- [Alongside Staked ETH](https://docs.amktdao.com/amkt-documentation/amkt-documentation/token/expense-ratio/alongside-staked-eth.md): How does the $AMKT DAO earn fees?
- [Methodology](https://docs.amktdao.com/amkt-documentation/amkt-documentation/methodology.md): Index Objective and Guiding Principles
- [Eligibility Requirements](https://docs.amktdao.com/amkt-documentation/amkt-documentation/methodology/eligibility-requirements.md): AMKT is designed to mirror the cryptoasset market as closely as possible.
- [Eligible Assets](https://docs.amktdao.com/amkt-documentation/amkt-documentation/methodology/eligible-assets.md): AMKT governance oversees the set of assets available for inclusion in the AMKT index.  AMKT is meant to be an objective implementation based on methodology and eligibility criteria set by holders.
- [Index Calendar](https://docs.amktdao.com/amkt-documentation/amkt-documentation/methodology/index-calendar.md): Reconstitution Schedule
- [Calculation Agents](https://docs.amktdao.com/amkt-documentation/amkt-documentation/methodology/calculation-agents.md): Data providers
- [AMKT Methodology Calculation](https://docs.amktdao.com/amkt-documentation/amkt-documentation/methodology/calculation-agents/amkt-methodology-calculation.md)
- [Index Calculation](https://docs.amktdao.com/amkt-documentation/amkt-documentation/methodology/calculation-agents/amkt-methodology-calculation/index-calculation.md): Formula
- [Network Distributions](https://docs.amktdao.com/amkt-documentation/amkt-documentation/methodology/network-distributions.md): Network distribution changes arising from hard forks, emissions and airdrops can have an impact on the price of a crypto asset and therefore the value of an index tracking that asset.
- [Governance](https://docs.amktdao.com/amkt-documentation/amkt-documentation/governance.md): Overview
- [Proposals](https://docs.amktdao.com/amkt-documentation/amkt-documentation/governance/proposals.md): Lifecycle of governance proposals
- [Roles](https://docs.amktdao.com/amkt-documentation/amkt-documentation/governance/roles.md)
- [Governance Multi-Sig](https://docs.amktdao.com/amkt-documentation/amkt-documentation/governance/roles/governance-multi-sig.md)
- [AMKT DAO Foundation](https://docs.amktdao.com/amkt-documentation/amkt-documentation/governance/roles/amkt-dao-foundation.md)
- [AMKT Security Council](https://docs.amktdao.com/amkt-documentation/amkt-documentation/governance/roles/amkt-security-council.md)
- [AMKT DAO Constitution](https://docs.amktdao.com/amkt-documentation/amkt-documentation/governance/amkt-dao-constitution.md)
- [Developers](https://docs.amktdao.com/amkt-documentation/amkt-documentation/developers.md): Overview


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.amktdao.com/amkt-documentation/amkt-documentation/amkt-redemption.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.
