ORA
TwitterDiscordWebsiteMirror
  • โœจQuick Start
  • ๐Ÿ”˜Introduction
    • About ORA
    • Use Cases
    • Key Milestones
  • ๐ŸŒFoundation
    • ORA Coin ($ORA)
    • Tokenomics
      • Interacting with ORAโ€™s Tokenomics
  • ๐Ÿค–Onchain Perpetual Agent (opAgent)
    • opAgent
  • ๐Ÿ”ฎOnchain AI Oracle (OAO)
    • Onchain AI Oracle
      • Build with AI Oracle
        • Callback Gas Limit Estimation
        • Advanced Usages of AI Oracle
        • Optimistic Machine Learning (OPML)
      • Onboard AI Models
      • Non-Developer Guides
      • References
        • AI Settlement Oracle
        • Example: Fortune Teller
    • Node Operator Guide
      • Tora Validator Client
      • Tora Launcher - Tutorial
      • Tora CLI - Tutorial
      • Troubleshooting
    • Fraud Proof Virtual Machine (FPVM) and Frameworks
      • opML
      • opp/ai
      • Comparison of Proving Frameworks
  • ๐Ÿ’ Resilient Model Services (RMS)
    • Overview
    • ORA API
    • Model and Pricing
    • Technology
  • ๐Ÿช™INITIAL MODEL OFFERING (IMO)
    • IMO Overview
    • IMO Participation Rules
    • ERC-7641: Intrinsic RevShare Token
    • ERC-7007: Verifiable AI-Generated Content Token
  • ๐Ÿ“šResources
    • Resources
    • FAQ
    • Glossary
    • Legal
      • Privacy Policy
      • Terms of Use
  • ๐Ÿ“งGet in touch
    • Twitter
    • Telegram
    • GitHub
Powered by GitBook
On this page
  • Intro to opAgent
  • Key Specialities
  • Comparison
  • Learn More

Was this helpful?

Export as PDF
  1. Onchain Perpetual Agent (opAgent)

opAgent

PreviousInteracting with ORAโ€™s TokenomicsNextOnchain AI Oracle

Last updated 2 months ago

Was this helpful?

Intro to opAgent

opAgent (Onchain Perpetual Agent) framework is an AI agent framework that enables onchain perpetual agents.

To build with opAgent and create your own agent, you can follow the guide in .

Key Specialities

1) Onchain, Perpetual Existence

Each opAgent is created by an onchain genesis transaction. There is no central server or private key that can be taken away or compromised. Once deployed, the agent persists permanently onchain.

2) Verifiable Computation with opML

opML powers all AI decisions and actions within the opAgent framework. This ensures that every inference is independently verifiable onchain.

3) Smart Contractโ€“Based Wallets

Rather than depending on centralized private key, every opAgent manages its digital assets via smart contract wallets.

Comparison

Attribute

opAgent

Traditional AI Agent

TEE-based AI Agent

Perpetuity (Immortality)

โœ… Perpetual existence onchain. The AI agent is sustained by the blockchain and remains active as long as the blockchain exists.

โŒ Limited by server lifecycles or cloud infrastructure. Dependent on centralized entities for uptime.

โŒ Limited by hardware or trusted execution environments. May be affected by hardware failures or centralization.

OnChain Operations

โœ… Full onchain operations: assets, actions, and decisions are executed onchain through decentralized protocols (e.g., OAO).

โŒ Primarily off-chain operations; requires external infrastructure for execution and data storage.

โš–๏ธ Mostly off-chain, although some computations can be performed within the TEE. Onchain interactions depend on the private key in the TEE

Verifiability

โœ… Verifiable onchain actions and decision-making, thanks to blockchain transparency and opML protocols.

โŒ Lack of verifiability; decisions and actions are typically opaque and not auditable.

โœ… Verifiable within the scope of the TEEโ€™s secure environment, but external actions are not fully verifiable onchain.

Cost of Operation

โš–๏ธ Acceptable operational cost over time due to decentralization, though initial setup on blockchain may incur fees (e.g., gas fees).

โœ… Low operational cost

โš–๏ธ Acceptable operational costs due to the use of specialized hardware and infrastructure for the TEE.

Data Ownership & Privacy

โœ… Full control and ownership of data onchain, allowing for transparent data usage and privacy controls.

โŒ Data is often controlled by the deploying entity, potentially raising privacy concerns.

โœ… Privacy is preserved within the TEE, though it may not extend to external interactions or off-chain data.

Scalability

โœ… High scalability due to the nature of decentralized networks and the ability to offload computations using decentralized services.

โš–๏ธ Scalability depends on centralized infrastructure, often requiring significant resources to scale.

โš–๏ธ Scalability is limited by the hardware capacity of TEE environments and may not scale as efficiently as decentralized models.

Learn More

Built on , opAgent enables truly autonomous and verifiable AI agents to exist perpetually on blockchains. Unlike traditional closed and centralized AI systems, every part of the opAgents lifecycle, from birth and ownership to decision-making and evolution, is onchain.

Repo:

Blog:

๐Ÿค–
Optimistic Machine Learning (opML)
ora-io/opagent
The Rise of Perpetual Intelligence: Introducing opAgent Framework
opAgent's repo