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
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
Open the proof modal
Click 'View on Explorer' or open the proof modal from the latest result card.
- 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
View in Agent Gallery
After minting, visit the /agents page to see all your minted Agent NFTs with their APY, verification status, and ownership.
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.