Renatus Protocol Overview

Renatus Protocol is a platform for launching AI Agents backed by DeFi tokens. The key innovation is that an AI agent's capabilities unlock progressively based on how far its corresponding token has progressed along a bonding curve. This mechanism not only supports more equitable token distribution but also guarantees the creation of a PancakeSwap V3 pool between the agent’s custom token and the Renatus token once the bonding curve phase completes (referred to as “graduation”).

This documentation set covers how to launch a new AI Agent token, manage its two-phase progression, utilize the platform’s liquidity locking (LiqLocker), and handle both pre- and post-graduation taxes. Use the navigation to explore each part of the Renatus Protocol in detail.

How It Works - Tokenised AI Agents

  1. Token Creation

    1. The project owner deploys a new token using the Bonding contract by specifying name, supply, graduated tax, and optional token tax settings.
    2. A Bonding Pair (RenatusPair) is automatically created with the newly minted AgentToken and the Renatus platform token.
  2. Bonding Phase

    1. Initial tokens are locked in the RenatusPair contract.
    2. Users can purchase these AgentTokens via a bonding curve. Every purchase shifts the supply/demand curve.
    3. A small platform tax (1%) funds protocol development.
    4. When a defined threshold (gradThreshold) of tokens is sold, the token “graduates.”
  3. Graduation

    1. The RenatusPair contract automatically deploys a GraduatedToken, sets up a PancakeSwap V3 liquidity position, and locks it into LiqLocker.
    2. Holders of the original AgentToken must migrate to the new GraduatedToken to claim their share of vested liquidity.
  4. Post-Graduation Phase

    1. The new GraduatedToken trades on PancakeSwap V3.
    2. Token creators can optionally enforce a graduated tax (0–10%), though once locked, it cannot be changed again.
    3. Liquidity is partially locked forever (50%) and partially vested to early participants.
    4. Fee sharing is accessible via LiqLocker, letting users claim their portion of trading fees.
  5. AI Agent Utilities

    1. With the newly created token, you can launch or configure AI agents (for Telegram, Twitter, or other services).
    2. Specific capabilities—like advanced moderation or web3 integration—unlock as your token or agent matures, aligning the token’s financial growth with the evolution of AI features.