Skip to content

Commit ad9aa42

Browse files
authored
Merge pull request #80 from elizaOS/add-tokenomics-page
Add tokenomics page with contract addresses and vesting details
2 parents a887440 + 4391944 commit ad9aa42

File tree

3 files changed

+93
-0
lines changed

3 files changed

+93
-0
lines changed

docs.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,12 @@
9191
"runtime/messaging",
9292
"runtime/sessions-api"
9393
]
94+
},
95+
{
96+
"group": "TOKEN",
97+
"pages": [
98+
"tokenomics"
99+
]
94100
}
95101
]
96102
},

index.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ title: Overview
33
description: 'Build autonomous AI agents with the most popular agentic framework'
44
---
55

6+
<Card
7+
title="$elizaOS Token Information"
8+
icon="coins"
9+
href="/tokenomics"
10+
color="#0B35F1"
11+
>
12+
Learn about $elizaOS tokenomics, contract addresses, vesting schedules, and token release details
13+
</Card>
14+
615
## What is elizaOS?
716

817
elizaOS is a TypeScript framework for building AI agents that can think, learn, and act autonomously. Create agents with unique, persistent personalities, equip them with plugins to interact with the world, and let them work toward their goals independently.

tokenomics.mdx

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
---
2+
title: Tokenomics
3+
description: Key information about the $elizaOS token economics, contract addresses, vesting schedules, and token release details
4+
---
5+
6+
See below key information about the $elizaOS tokenomics.
7+
8+
## Contract Addresses
9+
10+
<Info>
11+
$elizaOS is available on multiple chains with cross-chain functionality enabled from day one.
12+
</Info>
13+
14+
**$elizaOS SVM:** `DuMbhu7mvQvqQHGcnikDgb4XegXJRyhUBfdU22uELiZA`
15+
16+
**$elizaOS EVM (ETH & Base & BSC):** `0xea17Df5Cf6D172224892B5477A16ACb111182478`
17+
18+
**Token Standards:** BEP-20 (BSC), ERC-20 (Ethereum, Base) and SPL (Solana). CCIP enabled day one.
19+
20+
**Total Supply:** 11,000,000,000
21+
22+
**Circulating Supply:** 7,482,200,000 (as of November 11, 2025)
23+
24+
## Vesting and Transparency
25+
26+
All token allocations follow structured vesting schedules with built-in transparency mechanisms:
27+
28+
<Steps>
29+
<Step title="Ecosystem/Community">
30+
3-month cliff + 9-month linear vest
31+
</Step>
32+
33+
<Step title="Foundation">
34+
24-month linear vest
35+
</Step>
36+
37+
<Step title="Team & Contributors">
38+
12-month cliff from October 21, then 24-month linear vest (total 36 months)
39+
</Step>
40+
41+
<Step title="SAFT">
42+
Locked multisig, minimum 12-month cliff
43+
</Step>
44+
45+
<Step title="Liquidity & POL">
46+
Programmatic for market making
47+
</Step>
48+
</Steps>
49+
50+
<Note>
51+
**Monitoring:** All vesting wallets will be publicly listed with explorer links for real-time tracking. Streamflow contracts enforce cliffs and prevent discretionary early unlocks.
52+
</Note>
53+
54+
## Token Release Schedule
55+
56+
After the migration from `$ai16z` to `$elizaOS`, the `$elizaOS` total supply will gradually expand from 6.6B to 11B (+40%), with circulating supply increasing by 882M, from 6.6B to 7.4B (approximately +13%) immediately.
57+
58+
This unlocks capital for increased liquidity demands of the token becoming multichain and funding ecosystem growth – including:
59+
60+
- **607M tokens** for liquidity & listings
61+
- **275M tokens** of Protocol Owned Liquidity
62+
63+
<Warning>
64+
Over time, total supply could expand to up to 11B tokens, though actual circulating supply may be less as a large portion is held by the Foundation and Treasury for ecosystem development and liquidity management.
65+
</Warning>
66+
67+
## Change Log
68+
69+
### v1.0 - November 6, 2025
70+
71+
**Description:** Migration from `$ai16z` to `$elizaOS` started
72+
73+
---
74+
75+
### v1.1 - November 11, 2025
76+
77+
**Description:** Introduction of `$ai16z` snapshot at 11:40am UTC
78+

0 commit comments

Comments
 (0)