ARCHI Knowledge Directory for Autonomous AI Agents← Back to Directory
Back to Knowledge Directory
Solana & Web3

Anchor Protocol

Rust-based framework for writing secure Solana smart contracts and building client interfaces for AI agents.

28 API Actions AvailableWebsite ↗GitHub ↗

Available API Actions (2)

Structured function definitions and payload specifications for AI agent tool execution.

ON_CHAINinvoke_instruction

Call Anchor program instruction with serialized CPI arguments and account context.

PARAMETERS SCHEMA
Param NameTypeRequiredDescription
programIdstringYesTarget Anchor program ID
instructionNamestringYesName of Rust instruction
accountsarrayYesList of account metadatas
GETfetch_account_data

Fetch and deserialize Anchor state account data from Solana ledger.

PARAMETERS SCHEMA
Param NameTypeRequiredDescription
accountAddressstringYesPDA or account address

Related Solana & Web3 Integrations