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

# OwnaFarm

> OwnaFarm is a GameFi platform on Mantle that turns real-world agricultural invoices into NFTs, letting investors fund farmers through a farming game.

OwnaFarm is a blockchain platform that turns agricultural invoice financing into a farming simulation game. Built on Mantle Network L2, it addresses the \$170 billion agricultural finance gap while giving retail investors a familiar, game-like way to fund real contracts.

```mermaid theme={null}
graph LR
    A[Farmer Invoice] -->|Tokenize| B[Seed NFT]
    B -->|Fund| C[Investor]
    C -->|Harvest| D[Principal + Yield]
```

## The core transformation

| Traditional finance | OwnaFarm         |
| ------------------- | ---------------- |
| Invoice document    | Virtual seed     |
| Investment          | Plant in garden  |
| Wait for maturity   | Watch plant grow |
| Receive returns     | Harvest crops    |

Investors interact with a game-like interface while funding real agricultural invoices. The complexity of invoice financing is abstracted into farming game mechanics — the same financial outcome through a completely different experience.

## Explore the docs

<CardGroup cols={2}>
  <Card title="Problem statement" icon="triangle-alert" href="/introduction/problem">
    The financing gap and trust deficit OwnaFarm solves.
  </Card>

  <Card title="Our solution" icon="lightbulb" href="/introduction/solution">
    Tokenization, gamification, and on-chain transparency.
  </Card>

  <Card title="How it works" icon="route" href="/overview/how-it-works">
    The farmer and investor journey, end to end.
  </Card>

  <Card title="Smart contracts" icon="file-code" href="/contracts/overview">
    The on-chain backbone and deployed addresses.
  </Card>
</CardGroup>

## Triple innovation stack

<CardGroup cols={3}>
  <Card title="RWA layer" icon="wheat">
    Real agricultural invoices from verified offtakers, tokenized as ERC-1155 NFTs on Mantle.
  </Card>

  <Card title="GameFi layer" icon="gamepad-2">
    A farming simulation with XP progression, level tiers, daily engagement, and leaderboards.
  </Card>

  <Card title="Transparency layer" icon="eye">
    On-chain records and real-time CCTV farm monitoring for complete visibility.
  </Card>
</CardGroup>

## Key features

| Feature                  | Description                                           |
| ------------------------ | ----------------------------------------------------- |
| **Invoice tokenization** | Real invoices become ERC-1155 NFTs on Mantle          |
| **Gamified investing**   | Farming simulation with XP, levels, and daily rewards |
| **Transparency**         | On-chain records and CCTV farm monitoring             |
| **Low fees**             | Mantle L2 enables micro-investments from \$10         |

## Platform at a glance

| Metric         | Value                    |
| -------------- | ------------------------ |
| Network        | Mantle Sepolia (testnet) |
| Token standard | ERC-1155                 |
| Currency       | GOLD (ERC-20)            |
| Typical yield  | 10–20%                   |
| Duration       | 30–180 days              |

## Smart contracts

Deployed on Mantle Sepolia Testnet (Chain ID: 5003).

| Contract      | Address                                      |
| ------------- | -------------------------------------------- |
| GoldToken     | `0x787c8616d9b8Ccdca3B2b930183813828291dA9c` |
| GoldFaucet    | `0x5644F393a2480BE5E63731C30fCa81F9e80277a7` |
| OwnaFarmNFT   | `0xC51601dde25775bA2740EE14D633FA54e12Ef6C7` |
| OwnaFarmVault | `0x3b561Df673F08A566A09fEd718f5bdB8018C2CDa` |

<Note>
  Full addresses, network configuration, and integration constants are on the [deployed addresses](/contracts/addresses) page.
</Note>

## Quick links

<CardGroup cols={2}>
  <Card title="Website" icon="globe" href="https://www.ownafarm.xyz/">
    Visit the official OwnaFarm website.
  </Card>

  <Card title="Investor app" icon="gamepad-2" href="https://app.ownafarm.xyz">
    Try the investor game app on Mantle Sepolia.
  </Card>

  <Card title="Pitch deck" icon="presentation" href="https://www.canva.com/design/DAG-cxaLAeI/dgDXD1_EuUviUj2qUUMg4Q/view">
    The OwnaFarm story on Canva.
  </Card>

  <Card title="Demo video" icon="youtube" href="https://youtu.be/D8RmfS-OOtw?si=Pl5rLKJDHvZ7mzvr">
    Watch the platform walkthrough.
  </Card>

  <Card title="GitHub" icon="github" href="https://github.com/OwnaFarm">
    Source code and contracts.
  </Card>
</CardGroup>

<Info>
  **Plant. Water. Harvest. Real yields.** Built for Mantle Hackathon 2026.
</Info>
