Instant AI
  • INSTRUCTION
    • What is Instant AI
    • Tokenomics
    • Governance Process Overview
    • Become a Strategist
  • Smart Contracts
    • Protocol (V2) Contract Architecture
      • Smart Contract Architecture Walk-Through
    • Roles & Permissions
    • External Protocol Integration
      • Building Adaptors
        • BaseAdaptor
        • Protocol-Specific Functionality
        • Adaptor Configuration
        • Security Considerations
        • Debt Adaptors
        • Adaptor Uses to Keep in Mind
      • Building Pricing Extensions
    • Smart Contracts & Governance
    • Smart Contract Addresses
    • Advanced Smart Contracts
      • Registry Details
        • Registry.sol API
      • PriceRouter Details
        • Oracle Usage and Asset Pricing
        • PriceRouter.sol API
      • Cellars (aka ERC 4626 Vaults)
      • Adaptors
        • BaseAdaptor.sol API
      • Fees And Reserves
      • Portfolio (V1.5) Contract Architecture
  • Strategists
    • Overview
    • Protobuf
    • Requests
    • Adaptors
  • PROTOCOL
    • How does the protocol work?
    • Validators
    • Gravity Bridge
    • Steward
    • Auction module and participation
Powered by GitBook
On this page
  1. PROTOCOL

How does the protocol work?

The Instant AI protocol is a Cosmos SDK-based proof-of-stake chain for coordinating updates to smart contracts implementing investment strategies (referred to as "cellars"). Stakers of the INSTANT token use governance functionality to approve of cellar contracts that have been deployed. Once approved, strategists update the investment positions of cellars for depositors in response to market conditions by sending update recommendations to validators, who then vote to approve an update. When a consensus of staked power has agreed, these updates are applied to the cellars using Instant AI's fork of the Gravity Bridge, which is the mechanism by which the Instant AI protocol communicates with Ethereum. As compensation for providing these services, depending on the specific configuration of a given cellar, the strategist and the protocol itself receive fees as a percentage of total assets and/or performance. Fees received by the protocol are currently held in a module account and in the v7 upgrade will be auctioned for INSTANT, with the proceeds being distributed pro rata to stakers of INSTANT.

PreviousAdaptorsNextValidators

Last updated 6 months ago