Synthesise AI
  • Getting Started
    • 📘Introduction
    • 🤝Supporters
    • 🔎Key Features
    • 💳Products
  • Platform Infrastructure
    • 🏗️Architecture
    • 🗺️Roadmap
  • Core Modules
    • 🧠AI Agents
    • 🤖Chatbots
    • ⚙️Automations
  • $SYNAI INFORMATION
    • 🪙Tokenomics
    • 🎁Holder Benefits
Powered by GitBook
On this page
  1. $SYNAI INFORMATION

Tokenomics

Synthesise AI is launching its native utility token, $SYNAI, to fuel platform interactions, governance, and economic alignment between builders, holders, and agents. The token is designed to extend beyond mere speculation—becoming an integral component of access control, feature unlocks, credit purchasing, and revenue distribution.


1. Launch Details

  • Token Name: Synthesise AI Token

  • Ticker: $SYNAI

  • Launch Platform: pump.fun (Solana)

  • Token Standard: SPL (Solana Program Library)

Supply Breakdown

Allocation
Percentage
Notes

Liquidity Pool

95%

Immediately tradable

Developer Reserve

5%

Locked via time-based vesting (12m)

struct Tokenomics {
    total_supply: u64,
    liquidity: u64,
    dev_reserve: u64,
}

fn generate_tokenomics() -> Tokenomics {
    Tokenomics {
        total_supply: 1_000_000_000,
        liquidity: 950_000_000,
        dev_reserve: 50_000_000,
    }
}

2. Use Cases

2.1 Credit Purchase

$SYNAI can be used to buy creation credits inside the platform at discounted rates.

2.2 Access Unlock

Exclusive flows, agents, and templates can be gated behind token-based thresholds.

2.3 Staking & Revenue Share

Stakers of $SYNAI receive a monthly share of Synthesise’s subscription revenue pool (paid in USDC).

2.4 Voting & Governance

Token holders vote on:

  • Product roadmap features

  • Token utility extensions

  • Partnership integrations

  • Grant distributions


3. Emission Policy

There is no ongoing inflation. The entire supply is minted at launch. All staking rewards and incentives are paid from real platform revenue, not token dilution.


4. Smart Contract Governance

Governance rights are executed via a multi-signature DAO contract with quorum checks and on-chain vote execution:

struct Proposal {
    id: u32,
    description: String,
    yes_votes: u64,
    no_votes: u64,
}

fn pass(proposal: &Proposal) -> bool {
    proposal.yes_votes > proposal.no_votes && proposal.yes_votes > 1_000_000
}

5. Liquidity Considerations

  • Liquidity is initially seeded via pump.fun

  • After bootstrapping, Synthesise deploys LPs on Raydium & Jupiter

  • Treasury incentives (grants, airdrops) are transparently tracked on-chain

PreviousAutomationsNextHolder Benefits

Last updated 13 days ago

🪙