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

# SUMMARY

* [MidasHand](/midashand-docs/midashand.md)

## Overview

* [Executive Summary](/midashand-docs/overview/executive-summary.md)
* [Introduction & Problem Statement](/midashand-docs/overview/introduction.md)
* [The MidasHand Vision](/midashand-docs/overview/the-midashand-vision.md)

## Ecosystem

* [MidasSwap — DEX](/midashand-docs/ecosystem/midasswap-dex.md)
  * [Concentrated Liquidity (v3)](/midashand-docs/ecosystem/midasswap-dex.md#concentrated-liquidity-v3-style)
  * [Constant-Product Pools (v2)](/midashand-docs/ecosystem/midasswap-dex.md#constant-product-pools-v2-style)
  * [Launchpad](/midashand-docs/ecosystem/midasswap-dex.md#launchpad)
  * [Cross-Chain Swaps](/midashand-docs/ecosystem/midasswap-dex.md#cross-chain-swaps-and-bridge)
* [MidasLend — Lending](/midashand-docs/ecosystem/midaslend-lending.md)
  * [How Isolated Vaults Work](/midashand-docs/ecosystem/midaslend-lending.md#how-isolated-vaults-work)
  * [Creating a Market](/midashand-docs/ecosystem/midaslend-lending.md#permissionless-market-creation)
  * [Supported Assets](/midashand-docs/ecosystem/midaslend-lending.md#supported-assets)
  * [Interest Rates](/midashand-docs/ecosystem/midaslend-lending.md#interest-rate-model)
  * [Liquidations](/midashand-docs/ecosystem/midaslend-lending.md#liquidation-mechanics)
  * [How It Powers Your Yield](/midashand-docs/ecosystem/midaslend-lending.md#how-midaslend-powers-committer-yield)
* [MidasPredict — Prediction Markets](/midashand-docs/ecosystem/midaspredict-prediction-market.md)
  * [How to Create a Market](/midashand-docs/ecosystem/midaspredict-prediction-market.md#how-to-create-a-market)
  * [How LS-LMSR Works](/midashand-docs/ecosystem/midaspredict-prediction-market.md#how-ls-lmsr-works)
  * [Fees & Rewards](/midashand-docs/ecosystem/midaspredict-prediction-market.md#fees-and-rewards)

## MIDAS Token

* [Token Overview](/midashand-docs/midas-token/token-overview.md)
* [Supply & Distribution](/midashand-docs/midas-token/supply-and-distribution.md)
  * [100% Community](/midashand-docs/midas-token/supply-and-distribution.md#id-100-community-distribution)
  * [How the Team Operates](/midashand-docs/midas-token/supply-and-distribution.md#how-the-team-operates-without-tokens)
  * [Revenue Bar Before TGE](/midashand-docs/midas-token/supply-and-distribution.md#revenue-bar-before-tge)
* [The BTC Floor & Yield](/midashand-docs/midas-token/the-btc-floor-and-yield.md)
  * [How the PUT Works](/midashand-docs/midas-token/the-btc-floor-and-yield.md#how-the-perpetual-put-works)
  * [Your Three Choices](/midashand-docs/midas-token/the-btc-floor-and-yield.md#your-three-choices)
  * [How You Earn Yield](/midashand-docs/midas-token/the-btc-floor-and-yield.md#how-you-earn-yield)
  * [MidasHand vs Flying Tulip](/midashand-docs/midas-token/the-btc-floor-and-yield.md#midashands-solution)
  * [Why Price Stays Above Floor](/midashand-docs/midas-token/the-btc-floor-and-yield.md#why-the-price-stays-above-the-floor)
* [Buyback & Burn](/midashand-docs/midas-token/buyback-and-burn.md)
  * [Where Revenue Comes From](/midashand-docs/midas-token/buyback-and-burn.md#where-revenue-comes-from)
  * [How Burns Work](/midashand-docs/midas-token/buyback-and-burn.md#how-the-burn-engine-works)
  * [Why Supply Only Goes Down](/midashand-docs/midas-token/buyback-and-burn.md#why-supply-only-goes-down)

## Launch & Architecture

* [How the Launch Works](/midashand-docs/launch-and-architecture/how-the-launch-works.md)
  * [Step 1: Products Go Live](/midashand-docs/launch-and-architecture/how-the-launch-works.md#products-go-live-first)
  * [Step 2: Revenue Bar](/midashand-docs/launch-and-architecture/how-the-launch-works.md#revenue-bar)
  * [Step 3: Capital Allocation](/midashand-docs/launch-and-architecture/how-the-launch-works.md#capital-allocation-opens)
  * [Where Your BTC Goes](/midashand-docs/launch-and-architecture/how-the-launch-works.md#where-your-btc-goes)
* [Technical Architecture](/midashand-docs/launch-and-architecture/technical-architecture.md)

## Governance & Roadmap

* [Governance](/midashand-docs/governance-and-roadmap/governance.md)
* [Roadmap](/midashand-docs/governance-and-roadmap/roadmap.md)

## Legal

* [Risk Factors & Disclaimers](/midashand-docs/legal/risk-factors-and-disclaimers.md)


---

# 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://midashand-1.gitbook.io/midashand-docs/summary.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.
