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

# Welcome to Zenland

> Trustless escrow for the decentralized age. Secure your transactions with on-chain smart contracts — no intermediaries required.

<img src="https://mintlify.s3.us-west-1.amazonaws.com/zenland/images/hero.png" alt="Zenland Hero" className="block dark:hidden rounded-lg" style={{ display: 'none' }} />

## Secure. Trustless. Decentralized.

Zenland is a **peer-to-peer escrow platform** built on Ethereum. Whether you're buying, selling, or resolving disputes — everything happens on-chain, transparently and securely.

<CardGroup cols={3}>
  <Card title="1% Fee" icon="percent">
    Simple pricing with a **\$50 max cap**. No hidden costs.
  </Card>

  <Card title="100% On-Chain" icon="link">
    All escrow logic lives on the blockchain. Fully verifiable.
  </Card>

  <Card title="24/7 Available" icon="clock">
    No business hours. Smart contracts work around the clock.
  </Card>
</CardGroup>

***

## Quick Start

<CardGroup cols={2}>
  <Card title="I'm a Buyer" icon="cart-shopping" href="/user-guides/for-buyers">
    Learn how to safely purchase goods or services using Zenland escrow.
  </Card>

  <Card title="I'm a Seller" icon="store" href="/user-guides/for-sellers">
    Get paid securely while protecting your work with smart contracts.
  </Card>

  <Card title="I want to be an Agent" icon="gavel" href="/agents/what-is-an-agent">
    Become a dispute resolver and earn fees for your arbitration services.
  </Card>

  <Card title="I'm a Developer" icon="code" href="/developers/architecture">
    Integrate Zenland into your platform or build on top of our contracts.
  </Card>
</CardGroup>

***

## How It Works

Creating an escrow takes just 3 simple steps:

<Steps>
  <Step title="Create Escrow">
    Define your terms, choose an agent (optional), and deposit funds into the smart contract.
  </Step>

  <Step title="Work Together">
    Complete the work or deliver the product. Both parties can track the escrow status.
  </Step>

  <Step title="Release Funds">
    Once satisfied, the buyer releases funds instantly. Or resolve disputes with an agent.
  </Step>
</Steps>

<Card title="Learn More" icon="arrow-right" href="/getting-started/how-it-works">
  Dive deeper into the escrow lifecycle
</Card>

***

## Why Zenland?

<AccordionGroup>
  <Accordion title="Trustless by Design" icon="shield-check">
    Funds are held by smart contracts, not a company. No one — not even Zenland — can access your funds without your approval.
  </Accordion>

  <Accordion title="DAO Governed" icon="users">
    The protocol is owned and managed by the Zenland DAO. Token holders vote on fees, parameters, and upgrades.
  </Accordion>

  <Accordion title="Professional Dispute Resolution" icon="scale-balanced">
    When things go wrong, professional agents step in to resolve disputes fairly. Or use our locked escrow for pure 2-of-2 game theory.
  </Accordion>

  <Accordion title="Low, Transparent Fees" icon="coins">
    Just 1% per transaction, capped at \$50 maximum. No monthly subscriptions, no hidden costs.
  </Accordion>
</AccordionGroup>

***

## Supported Networks

<CardGroup cols={2}>
  <Card title="Ethereum Mainnet" icon="ethereum">
    Production-ready for real transactions. Battle-tested security since 2015.
  </Card>

  <Card title="Sepolia Testnet" icon="flask">
    Test your integrations with fake ETH before going live.
  </Card>
</CardGroup>

***

## Join Our Community

<CardGroup cols={2}>
  <Card title="Telegram" icon="telegram" href="https://t.me/zenlandofficial">
    Join our community chat for support and discussions.
  </Card>

  <Card title="DAO Forum" icon="comments" href="https://daoforum.org/threads/zenland-dao-official-governance-proposals-thread.34/">
    Participate in governance and shape the future of Zenland.
  </Card>
</CardGroup>
