LogoLogo
Return 🡥
  • Welcome
  • General
    • Overview
    • About AO
  • Learn
    • Concepts
      • Products Overview
      • Agents Architecture
    • User Guides
      • Setting Up a Wallet
      • Funding on AO
      • AO Tutorials
      • How to Create a Dapp
      • Whitelist for External Tokens
      • Batch Tranfers for Tokens
      • Fair Launch Process
        • Introduction to Fair Launch on AO
        • Creating a Fair Launch Process
        • Managing your Fair Launch Process
    • Research
  • Products
    • Platforms
      • Botega
        • Market Making Models
          • AMM V2
          • AMM V3
          • Orderbook
          • Fees
        • Swap Assets & Run Agents
          • How to do a simple Swap
          • Limit Orders (Agents)
          • DCA Dollar Cost Averaging (Agents)
          • Stop Loss Order (Agents)
          • My Account
        • Botega Pools
          • Create a New Pool
          • Add & Remove Liquidity on an Existing Pool
          • Managing LP Pools and Stats
        • Botega Tokenomics
          • Protocol Mechanics of the $BOTG Token
          • Earn $BOTG by Delegating Your Yield
          • FAQs
      • Dexi
        • Platform Architecture
        • Dexi Terminal
        • Agent Data-Streams Subscription
        • Create Autonomous Agents
          • 📊 Portfolio Agent
          • 🔢Agent Index
        • Subscribe to Liquidity Pools
      • CoinMaker
        • Create Coins
        • Add Liquidity and make your Asset Tradable
        • Listing your Pool on Dexi
        • Locking Liquidity
        • Updating Token Info
        • Whitelist for CoinMaker Tokens
        • Renounce Token Ownership
        • Bonding Curve
      • DataOS
    • Ecosystem Tooling
      • Ownable
      • Process Testing
      • Subscribable
      • AO Form
      • AO Teal
      • AO Link
      • Coin Burn
  • Resources
    • Media Kit
    • Links
  • Core Financial Infrastructure
    • Permanent Index (PI)
Powered by GitBook
On this page
  • Permanent Index (PI): Overview
  • Structure & Core Components
  • Mint
  • Token Minting Mechanism (Proportional Issuance)
  • Token Minting for Fair-Launched Projects

Was this helpful?

  1. Core Financial Infrastructure

Permanent Index (PI)

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

PreviousLinks

Last updated 1 month ago

Was this helpful?

Permanent Index (PI): Overview


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

  • â…“ $AO Token

  • â…“ $AR Token

  • â…“ Fair Launched Ecosystem Assets (FLPs)


Structure & Core Components

The Permaweb Index incorporates four primary components, each serving a critical role:

  1. PRISMA (Parallel Rebalancing & Intelligent System for Market Auctions) – Acts as the central rebalancing engine. PRISMA intelligently and autonomously rebalances asset holdings, starting auctions, maintaining the desired asset allocation and optimizing market interactions.

  2. FLAIR (Fair Launch AO Interactions Routing) – Manages interactions with Fair Launched Projects (FLPs). It delegates AO tokens to the FLP processes, overseeing rewards, token distributions, and ecosystem interactions.

  3. PIVOT (PI Vault Orchestration Technology) – An intelligent agent system embedded within PRISMA. PIVOT autonomously handles the PI liquidity vault by liquidating or converting PI tokens to underlying assets, aligning asset management precisely with user requests while minimizing slippage and risk.

  4. Mint – Responsible for the creation (minting) of the $PI token.


Foundation

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

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

Where:


Mint


Overview of Key Parameters

Notation
Description
Example

The $AO Token

-

-

Current circulating supply of $Pi tokens

10,000

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

20,000

Amount of $AO delegated by a user

600

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):

Example:

\text{For } AO_{u}=600,\ \Pi=10,000,\ V_{\Pi}=20,000:\quad
\Pi_{u}=\frac{600 \times 10,000}{20,000}=300

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):

\Pi_{p} = \frac{AO_{p} \times \Pi}{V_{\Pi}}

Example:

\text{For } AO_{p}=1,200,\ \Pi=10,000,\ V_{\Pi}=20,000:\quad
\Pi_{p}=\frac{1,200 \times 10,000}{20,000}=600

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


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} AO, ARFLPi​​=fixed proportions of the total index=individual Fair Launched Project assets dynamicallyselected based on market criteria​

Underlying assets held by

Πu=AOu×ΠVΠ\Pi_{u} = \frac{AO_{u} \times \Pi}{V_{\Pi}}Πu​=VΠ​AOu​×Π​
AOAOAO
AR, FLPiAR,\ FLP_iAR, FLPi​
PIPIPI
PIPIPI
VΠV_{\Pi}VΠ​
AOuAO_{u}AOu​
AOpAO_{p}AOp​
Page cover image