Agentify Whitepaper
  • Welcome
  • Getting Started
    • Overview
    • Market Opportunity
    • Problem Statement
    • Solution
  • Agentify Platform Architecture
    • User Interface Layer
    • AI Engine
    • Agent Orchestration Layer
    • Blockchain Interaction Module
    • Smart Contracts
  • CORE AGENTS
    • Swap Agent
    • Lending & Borrowing Agent
    • Staking Agent
    • Bridge Agent
    • Smart Trading Agent
  • Agentify Developer Framework
    • Overview
    • SDK and APIs
    • Agent Definition Schema
    • AI Playground (Sandbox)
    • Security & Compliance Layer
    • Deployment Options
  • Agentify Marketplace
    • Overview
    • Agent Discovery
    • Quality Assurance
    • Monetization Models
  • Agentify Workflow
    • User Workflow
    • Developer Workflow
  • Use Cases
    • Retail Crypto Users
    • Active Traders
    • DAOs and Treasury Managers
    • Builders & Developers
    • GameFi & Metaverse
    • NFT Collectors & Artists
  • Revenue Model
    • Transaction Fees
    • Premium Subscriptions
    • Marketplace Commissions
    • Enterprise Licensing & White-Label Integrations
  • Agentify Roadmap
    • Phase 1: Core Platform Launch
    • Phase 2: Developer Framework
    • Phase 3: Agentify Marketplace
    • Phase 4: Monetization & Economic Layer
    • Beyond – Future Vision Milestones
Powered by GitBook
On this page
  1. Agentify Developer Framework

Agent Definition Schema

To safely onboard custom agents into the system, Agentify requires each agent to follow a clear definition schema.

What’s in the schema?

  • Manifest: Name, description, version, creator.

  • Capabilities: What actions the agent can perform (like "swap", "lend", "borrow").

  • Permissions: Which smart contracts, tokens, or chains it can touch (used for sandboxing).

  • AI Behavior Spec: Defines how the agent interprets user prompts and maps them to actions.

    • Could be done via:

      • Prompt templates (e.g., "When user says X, do Y")

      • State machine logic (workflow-based behavior)

      • Scripting or code-based decisions

This format ensures interoperability, security, and predictable behavior.

PreviousSDK and APIsNextAI Playground (Sandbox)

Last updated 8 days ago