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. Smart Contracts

Advanced Smart Contracts

This section covers extraneous smart contract details and topics.

PreviousSmart Contract AddressesNextRegistry Details

Last updated 6 months ago

The Instant AI protocol, like many protocols, is relatively simple in principle but carries many nuances especially as the protocol evolves to newer versions.

This section includes details revolving around the core contracts mentioned in the section (and APIs), Fees and Reserves, Cellar Deployment, the use of a CellarRouter, and older versions of the Cellar Architecture (v1.5). The section will be updated with subsections as the project continues to evolve.

"Protocol (V2) Contract Architecture"