# Token Primer ($AION)

## The Economic Engine

The **$AION token** fuels the ecosystem. It is the medium of exchange for value, the tool for governance, and the reward for contribution. The loop is a self-sustaining system designed for perpetual motion, balancing risk and reward to drive the engine of creativity forward.

## Token Loop

```
💰 STAKE → ⚡ JUDGE → 🔥 BURN → 🔄 REWARD
```

### The Four Phases

**💰 STAKE**

* Lock $AION tokens to participate in curation
* Higher stakes = greater influence in judging
* Minimum stake: 100 $AION for community judging

**⚡ JUDGE**

* Evaluate submitted ideas for originality
* Vote on creativity scores and rewards
* Reputation system tracks accuracy

**🔥 BURN**

* Failed submissions trigger token burning
* Reduces total supply over time
* Deflationary mechanism increases scarcity

**🔄 REWARD**

* High-quality ideas receive token rewards
* Accurate judges earn reputation bonuses
* Successful stakers share in platform growth

## Core Utilities

**🗳️ Governance Rights**

* Vote on protocol upgrades and changes
* Propose new scoring algorithms
* Decide on reward distribution mechanisms

**🚀 Access & Features**

* Premium robot analysis tools
* Advanced creativity analytics dashboard
* Early access to new features

**⛽ System Fuel**

* Powers robot processing tasks
* Covers transaction fees
* Enables cross-chain operations

**🎯 Staking Rewards**

* Earn passive income from participation
* Compound returns through re-staking
* Bonus multipliers for long-term holders

## Token Distribution

**Total Supply: 10,000,000,000 $AION**

| Allocation           | Percentage | Amount        | Purpose                             |
| -------------------- | ---------- | ------------- | ----------------------------------- |
| **Ecosystem Fund**   | 35%        | 3,500,000,000 | Platform development, partnerships  |
| **Creative Rewards** | 30%        | 3,000,000,000 | User incentives, idea submissions   |
| **Public Sale**      | 20%        | 2,000,000,000 | Community funding, liquidity        |
| **Team & Advisors**  | 10%        | 1,000,000,000 | Team incentives, strategic advisors |
| **Liquidity**        | 5%         | 500,000,000   | DEX pools, market making            |

## Reward Mechanics

**Scoring-Based Rewards:**

```javascript
// Simplified reward calculation
const calculateReward = (score) => {
  const baseReward = 50; // 50 $AION base
  const multiplier = Math.pow(score / 100, 1.5);
  const finalReward = baseReward * multiplier;
  
  return {
    tokens: Math.floor(finalReward),
    bonus: score > 90 ? finalReward * 0.2 : 0
  };
};
```

**Reward Tiers:**

* **🥉 Bronze (0-60 score)**: 10-30 $AION
* **🥈 Silver (61-80 score)**: 31-75 $AION
* **🥇 Gold (81-95 score)**: 76-200 $AION
* **💎 Legendary (96-100 score)**: 201-500 $AION + NFT

## Staking Economics

**Minimum Stakes:**

* **Community Judge**: 100 $AION
* **Expert Curator**: 1,000 $AION
* **Master Evaluator**: 10,000 $AION

**Reward Multipliers:**

* **1x**: Base rewards for submissions
* **1.5x**: Community judge participants
* **2x**: Expert curators with 80%+ accuracy
* **3x**: Master evaluators with 90%+ accuracy

## Token Utility Timeline

**Phase 1 (Q3 2025) - Launch:**

* Basic reward distribution
* Simple staking mechanism
* Community governance voting

**Phase 2 (Q4 2025) - Expansion:**

* Advanced staking pools
* Guild formation with token requirements
* Premium feature access

**Phase 3 (Q1 2026) - Maturation:**

* Cross-chain bridge functionality
* Advanced DeFi integrations
* Automated market making

## Security & Audits

**Smart Contract Security:**

* Audited by \[Audit Firm Name]
* Multi-signature treasury management
* Time-locked upgrade mechanisms
* Emergency pause functionality

**Token Contract Features:**

* ERC-20 standard compliance
* Burn mechanism implementation
* Governance token standards
* Upgrade-safe proxy patterns

## Getting Started

**For Creators:**

1. Dedicate ideas to earn $AION rewards
2. Stake tokens to increase scoring influence
3. Participate in governance decisions

**For Curators:**

1. Stake minimum 100 $AION
2. Evaluate submissions for rewards
3. Build reputation for multiplier bonuses

**For Investors:**

1. Acquire tokens through public sale
2. Stake for passive income opportunities
3. Participate in protocol governance

***

**Ready to Earn?** [Start Submitting Ideas →](/alter-of-creativity/get-started.md)

**Technical Details?** [See Full Architecture →](/alter-of-creativity/architecture-lite.md)


---

# 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://project-49.gitbook.io/alter-of-creativity/token-primer.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.
