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

# Welcome

Welcome to **Money Race**, an innovative decentralized group savings protocol on **Sui blockchain** that gamifies financial discipline.

![Anto the Ant - Money Race Mascot](/files/RuGNW4bZkDYjT2132TzQ)

***

## What is Money Race?

Money Race is a **gamified group savings dApp** where users join savings rooms, commit to periodic deposits (daily or weekly), and earn DeFi yield based on consistency. **EigenAI** helps users choose optimal investment strategies, while all transactions are **100% gasless**.

> **Core Concept:** *Save Together. Stay Consistent. Earn Fairly.*

**Key Highlights:**

* 🔐 **Principal Protected** — Your deposits are always safe
* 🆓 **Gasless** — Zero transaction fees for users
* 🤖 **AI-Powered** — EigenAI strategy recommendations
* 💰 **Real Yield** — From Sui DeFi protocols (mainnet)

***

## 🚀 Quick Links

| Section                                                                   | Description                           |
| ------------------------------------------------------------------------- | ------------------------------------- |
| [Overview](/moneyracedocs/introduction/overview.md)                       | High-level introduction to Money Race |
| [Problem & Solution](/moneyracedocs/introduction/problem-and-solution.md) | Why we built Money Race               |
| [Key Features](/moneyracedocs/introduction/key-features.md)               | Core features of the platform         |
| [How It Works](/moneyracedocs/how-it-works/how-it-works.md)               | Step-by-step guide                    |
| [Smart Contracts](/moneyracedocs/developers/smart-contracts.md)           | Technical documentation               |
| [Deployments](/moneyracedocs/developers/deployments.md)                   | Contract addresses                    |
| [Roadmap](/moneyracedocs/mission/roadmap.md)                              | Future plans                          |

***

## Jump Right In

### For Users

1. **Connect** — Sui wallet or Google account (zkLogin)
2. **Browse** — Explore available savings rooms
3. **Get AI Recommendation** — Let EigenAI suggest your strategy
4. **Join & Deposit** — Start with your first deposit (gasless!)
5. **Stay Consistent** — Make periodic deposits (daily/weekly)
6. **Earn Rewards** — Claim principal + proportional yield

### For Developers

1. Review our smart contract architecture
2. Check the deployment addresses
3. Read the API documentation
4. Start building

***

## 🔗 Important Links

* **Link App** : <https://moneyraceapp-lac.vercel.app/>
* **Demo App**: \[Coming Soon]
* **Pitchdeck**: \[Coming Soon]
*

***

## Protocol Stats

| Metric                  | Value                           |
| ----------------------- | ------------------------------- |
| Blockchain              | Sui (Testnet)                   |
| Token                   | USDC                            |
| Smart Contract Language | Move                            |
| AI Engine               | EigenAI (deepseek-v31-terminus) |
| Gas Fees                | Zero (sponsored)                |
| Principal Protection    | 100%                            |

***

## Current Status

> **Testnet Deployment** — Currently running on Sui testnet with simulated yield. Mainnet deployment will integrate real DeFi protocols (Scallop, Navi, Cetus, Turbos, Kriya, Aftermath) for genuine yield generation.

***

Last updated: February 2026


---

# 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://moneyrace.gitbook.io/moneyracedocs/getting-started/readme.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.
