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

# Appendix

### A. Tokenomics Formulas

**Prize Pool Calculation:**

Weekly Prize Pool = (Generation Fees × 0.6) + (Voting Stakes × 0.5)

Creator Share = Prize Pool × 0.70

Voter Share = Prize Pool × 0.30

**Distribution Formula:**

Rank 1: Prize Pool × 0.30

Rank 2: Prize Pool × 0.15

Rank 3: Prize Pool × 0.10

Ranks 4-10: Prize Pool × 0.15 (split equally)

Voter Pool: Prize Pool × 0.30 (proportional to stake on Top 10)<br>

#### B. Technical Specifications

| Contract Type                       | Address                                    | Status                    |
| ----------------------------------- | ------------------------------------------ | ------------------------- |
| **Core Token ($AIBG)**              | 0x4a7F784F1c73929c5571D918F2655A1ddC3d2aA8 | ✅ **Deployed & Verified** |
| **Battle Manager Contract**         | \[To be deployed]                          | 🔄 Pending                |
| **Prize Distribution Contract**     | \[To be deployed]                          | 🔄 Pending                |
| **Governance Contract (Multi-sig)** | \[To be deployed]                          | 🔄 Pending                |

API Endpoints:

* REST API: api.aibattleground.com
* GraphQL: graph.aibattleground.com
* WebSocket: ws.aibattleground.com

#### C. Contact & Resources

Website: aibattleground.ai\
Documentation: docs.aibattleground.com\
Twitter: @AIBattleGroundX\
Email: <contact@aibattleground.ai>

***

Disclaimer: This whitepaper is for informational purposes only and does not constitute financial advice, investment recommendation, or offer to sell securities. AIBG tokens are utility tokens intended for platform use. Potential purchasers should conduct independent research and consult with financial advisors before making any investment decisions. Cryptocurrency investments carry high risk including total loss of capital. Past performance does not indicate future results. This document may be updated as the project evolves.

Version: 1.0\
Last Updated: October 2025\
© 2025 AI BattleGround Foundation. All rights reserved.


---

# 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://aibattleground-1.gitbook.io/aibattleground-docs/appendix.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.
