Documentation

YieldBoost AI Docs Center

Product context, honest integration notes, user walkthroughs, and developer reference for the current state of YieldBoost AI.

Current Status

0G Mainnet is the active default workspace path, while the judge review can still switch networks on demand.

Runtime Truth

UI-ready deterministic scoring with streamed narrative fallback

Platform & Trust

Strategy as INFT

How yield optimization strategies become tradable Agent NFTs with encrypted metadata and authorization.

Contract

YieldStrategyINFT (ERC-721)

Metadata

Encrypted on 0G Storage

Authorization

Usage rights for other wallets

What Strategy as INFT means

Each successful yield optimization can be minted as an Agent NFT. This NFT represents the strategy details, the APY achieved, and the proof of the optimization run.

The strategy metadata is encrypted and stored on 0G Storage, while the hash and key identifiers are stored on-chain. This allows the strategy to be traded, authorized for use by others, or verified without exposing the full strategy details.

  • NFT represents a specific yield optimization strategy
  • Encrypted metadata protects strategy details while allowing verification
  • TEE attestation can be verified on-chain if available
  • Authorization system allows sharing strategies without transferring ownership

How to mint an Agent NFT

  1. 1

    Complete an optimization

    Run an optimization from the dashboard or Boost page. Once the proof is stored, you can mint the strategy as an NFT.

  2. 2

    Open the proof modal

    Click 'View on Explorer' or open the proof modal from the latest result card.

  3. 3

    Click 'Mint as Agent'

    In the proof modal footer, click the 'Mint as Agent' button. This calls the mint API which deploys the strategy to the YieldStrategyINFT contract.

  4. 4

    View in Agent Gallery

    After minting, visit the /agents page to see all your minted Agent NFTs with their APY, verification status, and ownership.

Strategy authorization and sharing

Agent NFTs include an authorization system that allows the owner to grant usage rights to other wallets without transferring ownership.

This enables strategy sharing scenarios where one user creates a profitable strategy and others can use it while the creator retains ownership and potential royalties.

  • Owners can authorize specific addresses to use their strategy
  • Authorization can be revoked at any time
  • Authorized users can execute the strategy without owning the NFT
  • This creates a potential marketplace for strategy licensing

TEE verification in Agent NFTs

If an optimization was performed using 0G Compute with TEE, the Agent NFT will include a verification flag indicating TEE attestation.

This provides cryptographic proof that the strategy recommendation was generated inside a Trusted Execution Environment, adding trust and verifiability to the strategy.