# Introduction

**Where Real-World Assets Meet GameFi**

***

## What is OwnaFarm?

OwnaFarm is a blockchain-native platform that transforms agricultural invoice financing into an engaging farming simulation game. Built on Mantle Network L2, we bridge the critical $170 billion agricultural finance gap while delivering an unprecedented consumer experience for retail investors.

{% @mermaid/diagram content="graph LR
A\[Farmer Invoice] -->|Tokenize| B\[Seed NFT]
B -->|Fund| C\[Investor]
C -->|Harvest| D\[Principal + Yield]" %}

***

## Quick Links

| Resource             | Link                                                                                  |
| -------------------- | ------------------------------------------------------------------------------------- |
| **Live Application** | [ownafarm-farmer.vercel.app](https://ownafarm-farmer.vercel.app/)                     |
| **Pitch Deck**       | [View on Canva](https://www.canva.com/design/DAG-cxaLAeI/dgDXD1_EuUviUj2qUUMg4Q/view) |
| **Demo Video**       | [Watch on YouTube](https://youtu.be/D8RmfS-OOtw?si=Pl5rLKJDHvZ7mzvr)                  |
| **Smart Contracts**  | [Mantle Sepolia Explorer](https://sepolia.mantlescan.xyz)                             |
| **Github**           | [OwnaFarm Github Organization](https://github.com/OwnaFarm)                           |

***

## The Core Transformation

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

**Same financial outcome. Completely different experience.**

Investors interact with a game-like interface while funding real agricultural invoices. The complexity of invoice financing is abstracted into familiar farming game mechanics.

***

## Triple Innovation Stack

### 1. RWA Layer

Real agricultural invoices from verified offtakers tokenized as ERC-1155 NFTs on Mantle.

### 2. GameFi Layer

Complete farming simulation with XP progression, level tiers, daily engagement mechanics, and competitive leaderboards.

### 3. Transparency Layer

On-chain records and real-time CCTV farm monitoring provide complete visibility.

***

## 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 Statistics

| 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` |

***

## Documentation Sections

* [Problem Statement](/ownafarm/getting-started/problem.md)
* [Our Solution](/ownafarm/getting-started/solution.md)
* [How It Works](/ownafarm/platform-overview/how-it-works.md)
* [Smart Contracts](/ownafarm/smart-contracts/overview.md)
* [Gamification](/ownafarm/core-features/gamification.md)
* [Transparency](/ownafarm/core-features/transparency.md)
* [API Reference](/ownafarm/technical-guide/api-integration.md)

***

## OwnaFarm: Plant. Water. Harvest. Real Yields.

**Built for Mantle Hackathon 2026**

***

**Version:** 2.0.0\
**Updated:** January 2026


---

# Agent Instructions: 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:

```
GET https://yeheskieltame.gitbook.io/ownafarm/getting-started/readme.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.
