For the complete documentation index, see llms.txt. This page is also available as Markdown.

Permanent Index (PI)

The Permanent Index (PI) represents the foundational economic core of the AO Ecosystem, serving as an on-chain, permissionless, autonomous index.

Permanent Index (PI): Overview


PI consists of an equally weighted tri-part asset composition:

  • ⅓ $AO Token

  • ⅓ $AR Token

  • ⅓ Fair Launched Ecosystem Assets (FLPs)



Foundation

The Permanent Index maintains its composition according to the following equation:

PI=13AO+13AR+13i=1nFLPi PI = \frac{1}{3}AO + \frac{1}{3}AR + \frac{1}{3}\sum_{i=1}^{n}FLP_i

Where:

AO, AR=fixed proportions of the total indexFLPi=individual Fair Launched Project assets dynamicallyselected based on market criteria\begin{aligned} AO,\ AR &= \text{fixed proportions of the total index} \\ FLP_i &= \text{individual Fair Launched Project assets dynamically} \\ &\quad\text{selected based on market criteria} \end{aligned}

Mint


Overview of Key Parameters

Notation
Description
Example

AOAO

The $AO Token

-

AR, FLPiAR,\ FLP_i

Underlying assets held by PIPI

-

PIPI

Current circulating supply of $Pi tokens

10,000

VΠV_{\Pi}

Total value (in $AO) of all assets held by PI

20,000

AOuAO_{u}

Amount of $AO delegated by a user

600

AOpAO_{p}

Amount of $AO delegated by a project

1,200


Token Minting Mechanism (Proportional Issuance)

When $AO$ tokens are delegated to $\Pi$, they're immediately divided into three equal portions:

  • One-third remains as $AO

  • One-third is used to acquire $AR

  • One-third is invested into selected Fair Launched Project assets ($FLP_i$).

The amount of $\Pi$ tokens minted is proportional to the user's contribution relative to the total value of assets within the index.

Formula (for Users):

Πu=AOu×ΠVΠ\Pi_{u} = \frac{AO_{u} \times \Pi}{V_{\Pi}}

Example:

For AOu=600,Π=10,000,VΠ=20,000:Πu=600×10,00020,000=300 \begin{aligned} \text{For }AO_{u}&=600,\quad \Pi=10{,}000,\quad V_{\Pi}=20{,}000:\\ \Pi_{u}&=\frac{600\times10{,}000}{20{,}000}=300 \end{aligned}

Interpretation: A user delegating 600 AO tokens receives 300 new $\Pi$ tokens, reflecting their proportional share of the index's total assets.


Token Minting for Fair-Launched Projects

Projects launching via Fair Launch similarly delegate $AO$ tokens, split equally into the three asset categories. Their issued tokens also maintain proportional fairness.

Formula (for Projects):

Πp=AOp×ΠVΠ\Pi_{p} = \frac{AO_{p} \times \Pi}{V_{\Pi}}

Example:

Πp=1,200×10,00020,000=600\Pi_{p}=\frac{1,200 \times 10,000}{20,000}=600

Interpretation: A project receives 600 $\Pi$ tokens upon delegating 1,200 AO tokens.


Last updated

Was this helpful?