LogoLogo
  • Introduction
    • Chain Info
    • Smart Contracts
    • About Onyx
  • DEVELOPERS
    • Building dApp
    • Estimating Gas
    • Development Framework
    • Web3 Toolkits
    • Onyx SDK
    • Run Full Node
  • GOVERNANCE
    • Overview
    • Governor
    • Security
    • Quorum Votes
    • Proposal Threshold
    • Proposal Max Operations
    • Voting Delay
    • Voting Period
    • Propose
    • Queue
    • Execute
    • Cancel
    • Get Action
    • Get Receipt
    • Proposal State
    • Cast Vote
    • Vote By Signature
    • Timelock
  • Points
    • Onyx Points
    • Earning Points
      • 🟢Passive Points
      • 🔜Activity Points
      • 🔜App Points
  • Whitelisted Assets
  • Onyx AI
    • AI Agent
    • Core Features
    • Wallet Infrastructure
    • 🔜Roadmap
  • API
    • Onyx Governance API
    • Core API Endpoints
    • GET: /proposal
    • GET: /proposal/:proposalId
    • GET: /voter/:proposalId
    • GET: /voter/accounts
    • GET: /voter/history/:address
  • RESOURCES
    • Terms of Service
    • Bug Bounty
Powered by GitBook
On this page
  • AI Agent Wallet Architecture
  • Deployment Environment and Ecosystem Integration
Export as PDF
  1. Onyx AI

Wallet Infrastructure

Onyx AI Agent's Blockchain Wallet Infrastructure

PreviousCore FeaturesNextRoadmap

Last updated 16 hours ago

AI Agent Wallet Architecture

Each instance of Onyx AI is provisioned with a dedicated on-chain smart wallet, referred to as an agent wallet. These wallets serve as the execution layer for autonomous tasks. Users can:

  • Fund the agent wallet with XCN, which serves as gas for transactions.

  • Predefine operational rules (e.g., budget limits, whitelisted dApps, risk thresholds).

  • Allow the agent to execute autonomously within those constraints, using AI to interpret prompts and derive task sequences.

Wallets are deterministic, derived via cryptographic hashing of user identifiers and secured by smart contract permission layers that enforce non-custodial ownership. Additionally, agent wallets can integrate time locks, multisig guards, and circuit breakers to ensure execution safety.


Deployment Environment and Ecosystem Integration

  • Blockchain: Exclusively deployed on the XCN Ledger, a scalable EVM-compatible blockchain optimized for on-chain utility and native AI integration.

  • Gas Token: All computational and transaction costs are paid in XCN, the native token of the Onyx Ledger.

  • dApp Support: Onyx AI is extensible and continuously updated with support for top-tier dApps in categories including DeFi, NFT marketplaces, staking, and governance.


Example Architecture