Appendices
Appendix A: Glossary of Terms
Agent – An autonomous software entity capable of executing logic, interacting with tools, and performing actions based on user-defined intent.
Auto-Tooling – The process of automatically selecting and connecting the required APIs, protocols, and plugins to fulfill a given agent prompt.
DNAChain™ – The on-chain logging mechanism that records agent actions, state transitions, and provenance for auditability and feedback loops.
MCP (Model Context Protocol) – A standard for integrating plugins and external tools into Kodeus agents, allowing seamless orchestration across different systems.
MetaMind – The feedback engine within Kodeus that enables agents to learn, refine performance, and evolve based on execution data.
NFT Agent – A tokenized representation of an AI agent on-chain, embedding its logic, state, history, and ownership for transferability and monetization.
A2A (Agent-to-Agent Protocol) – A communication protocol allowing agents to collaborate, share memory, and perform complex workflows in coordination.
Plugin – A reusable integration module that connects agents with external services (e.g., APIs, blockchains, LLMs, or productivity tools).
Prompt – A natural language command or request that describes what the user wants an agent to do.
Workflow – A task that requires coordination and interaction between multiple agents with or without explicit involvement of the user.
TEE (Trusted Execution Environment) – A secure enclave that ensures agent logic and data remain private and tamper-proof, especially in enterprise or regulated settings.
Appendix B: Sample Prompts & Agent Flows
Prompt 1: "Track new DAO proposals and alert me when they reach quorum."
Tools: Snapshot, Tally, Telegram
Agent Flow: Monitor → Evaluate → Notify
Prompt 2: "Watch token unlock schedules and ping trading desk if >5% price drop."
Tools: TokenUnlocks, CoinGecko, Discord
Agent Flow: Monitor → Trigger → Alert
Prompt 3: "Aggregate treasury balances from Safe and Zerion, then email a weekly report."
Tools: Safe, Zerion, Gmail
Agent Flow: Fetch → Aggregate → Format → Send
Appendix C: Supported Protocols & APIs (Partial List)
DAO & Governance: Snapshot, Tally, DeepDAO
DeFi: Aave, Uniswap, Curve, DEXTools, CoinGecko
NFT: OpenSea, Blur, LooksRare, Reservoir
Wallets & Treasury: Safe, Zerion, Arkham, Dune
Social & Graph: Farcaster, Warpcast, Lens, ENS, Twitter, Discord, Telegram
Infra & Monitoring: Etherscan, Polygonscan, Tenderly, LayerZero
AI & LLMs: OpenAI, Claude, Gemini, DeepSeek
Productivity: Gmail, Notion, Slack, Google Sheets
Appendix D: Security Model Overview
On-Chain Transparency: All agent actions are recorded on DNAChain™.
Access Control: Multi-sig enabled governance for sensitive agent templates.
Sandboxed Plugins: All external integrations are vetted before inclusion.
TEE Integration (Planned): Secure enclaves will protect sensitive workflows in enterprise settings.
Last updated