> ## Documentation Index
> Fetch the complete documentation index at: https://docs.geode.ag/llms.txt
> Use this file to discover all available pages before exploring further.

# Geode

> Uniswap v4 Hook 代币的交易场所和发射台。

<div className="mb-4">
  <div className="max-w-4xl">
    <h1 className="text-4xl font-bold mb-6 leading-tight">
      全新的 DEX 🦄🪝
    </h1>

    <p className="text-2xl text-gray-600 dark:text-gray-300 mb-10 leading-relaxed max-w-3xl">
      Geode 是一种新型资产——Uniswap v4 Hook 代币的交易场所和发射台。通过创新的链上机制发行代币，使用意图驱动的执行方式进行交易，并发现链上最优秀的 Hook。
    </p>

    <div className="flex flex-col sm:flex-row gap-6">
      <Button href="/cn/what-is-geode" variant="primary" size="lg">
        工作原理
      </Button>

      <Button href="/cn/quickstart" variant="secondary" size="lg">
        快速开始
      </Button>
    </div>
  </div>
</div>

<Frame>
  <video src="https://mintcdn.com/geode/QS8fIF-6ZTSEROKc/swapvideo.mp4?fit=max&auto=format&n=QS8fIF-6ZTSEROKc&q=85&s=b1c353cf3d0885ae0689e87d0eebe5c7" autoPlay loop muted playsInline className="w-full rounded-lg" data-path="swapvideo.mp4" />
</Frame>

## 为什么选择 Geode？

<CardGroup cols={3}>
  <Card title="Hook 代币交易场所" icon="gem">
    Uniswap v4 解锁了全新的可编程代币类别。Geode 使它们可以发行、交易、发现和路由——一站式解决。
  </Card>

  <Card title="意图驱动执行" icon="shield-check">
    通过签名意图进行交易，在批量结算中以统一出清价格成交。没有 MEV，没有三明治攻击，没有信息不对称。
  </Card>

  <Card title="内部撮合" icon="arrows-split-up-and-left">
    当买方和卖方存在于同一批次中时，他们的订单在内部交叉——没有 AMM 价差，匹配流量没有价格影响。
  </Card>

  <Card title="Uniswap v4 原生" icon="link">
    作为 v4 Hook 构建，而非独立协议。Hook 通过 `BEFORE_SWAP_RETURNS_DELTA` 拦截交换，充当曲线池的自主做市商。
  </Card>

  <Card title="无许可发行" icon="rocket">
    在单笔交易中部署具有永久联合曲线的 Hook 代币。无需预先流动性，无预售。二级池创造自然的价差动态。
  </Card>

  <Card title="无许可结算" icon="users">
    任何人都可以结算批次并赚取奖励。没有中心化排序器，没有受信任的运营商——结算是一个竞争性市场。
  </Card>
</CardGroup>

## 执行层

Geode 的执行引擎是该交易场所的核心优势。Hook 代币因其链上机制本身就很有趣——Geode 让它们的交易体验更好。

<Steps>
  <Step title="签署意图">
    将您的交易表达为一条签名的 Permit2 消息：您想交换什么、多少数量，以及您的最低可接受输出。无需链上交易即可提交。
  </Step>

  <Step title="批量收集">
    意图在一个区块窗口内被收集。无许可的结算者将批次打包并在链上调用 `geodeSettleBatch()`。
  </Step>

  <Step title="出清价格">
    出清价格算法确定哪些意图被成交。匹配的流量在内部交叉；剩余流量通过曲线或 AMM 路由。
  </Step>

  <Step title="链上结算">
    通过 Permit2 从用户处提取代币，按比例分配，结算者赚取手续费。所有操作在单个原子交易内完成。
  </Step>
</Steps>

## 资产类型

<CardGroup cols={2}>
  <Card title="Hook 代币 (Geocurve)" icon="rocket" href="/cn/geocurve">
    Geode 的首个资产模板：联合曲线代币，灵感来自 SATO 等先驱。买入从 Hook 的储备中分发代币；卖出将代币吸收回去。二级池创造价差动态。这是 Uniswap v4 的原生新玩法。
  </Card>

  <Card title="标准池" icon="chart-line" href="/cn/how-it-works">
    可附加到任何具有现有流动性的 Uniswap v4 池。匹配的流量在出清价格下内部交叉；剩余流量通过 AMM 路由。
  </Card>
</CardGroup>

<Frame>
  <img src="https://mintcdn.com/geode/Ha7eagrqfiVWWVHI/3d-geodeguy-banner.png?fit=max&auto=format&n=Ha7eagrqfiVWWVHI&q=85&s=493abca7c7767fdb3bd7c6c549eb6341" alt="Geodeguy — Geode 协议" className="w-full rounded-lg" title="" width="1760" height="576" data-path="3d-geodeguy-banner.png" />
</Frame>

## 探索协议

<CardGroup cols={2}>
  <Card title="架构与结算" icon="microchip" href="/cn/how-it-works">
    深入了解 Uniswap v4 Hook 架构、出清价格计算和结算流程。
  </Card>

  <Card title="经济学与费用" icon="coins" href="/cn/economics">
    了解三方费用分配、盈余管理、Gas 报销和防刷单机制。
  </Card>
</CardGroup>

<Note>
  **有疑问？** 查看[常见问题](/cn/faq)或加入 [Telegram 社区](https://t.me/geodeag)。
</Note>
