🤖 AI Agent Core
Natural Language Processing
Agents translate plain English into blockchain operations using GPT-4 by default.Memory Management
Optional conversation memory for context-aware interactions.20 Blockchain Tools
Pre-built tools organized by operation type:- Account & Wallet: 3 tools
- Token Operations: 5 tools
- Component Interaction: 2 tools
- Validator Operations: 3 tools
- DeFi Operations: 6 tools (Ociswap Pool V2 support)
- Utility: 1 tool
💰 Account & Wallet Management
Wallet Creation
Generate secure 24-word BIP-39 mnemonics compatible with Radix Wallet.Account Information
Get comprehensive account details including metadata and balances.Balance Checking
View all fungible tokens and NFT collections with formatted amounts.Testnet Funding
Automatic funding for new wallets on Stokenet using multiple faucet methods.🪙 Token Operations
Fungible Token Creation
Create tokens with configurable parameters.NFT Collection Creation
Deploy non-fungible token collections with metadata support.Token Minting
Mint additional supply for existing resources.Token Transfers
Send both fungible tokens and NFTs between accounts.🔧 Component Interaction
Smart Contract Calls
Execute methods on any Radix component with parameters.State Inspection
Retrieve current state data from components.🥩 Validator Operations
XRD Staking
Stake XRD with validators to earn rewards.Unstaking
Withdraw staked XRD from validators.Reward Claiming
Collect staking rewards from validators.🏊♂️ DeFi Operations
Pool Creation (Ociswap Pool V2)
Create advanced liquidity pools with multiple features.Liquidity Management
Add/remove liquidity with slippage protection.Token Swapping
Execute swaps with minimum output protection.Flash Loans
Borrow and repay tokens in a single transaction.🔐 Security Features
Transaction Validation
Comprehensive security checks before transaction execution.Rate Limiting
Prevent transaction spam with configurable limits.Secure Key Storage
AES-256-GCM encryption for sensitive data.Input Validation
Automatic validation for all address formats and amounts.🌐 Network Support
Multi-Network
Support for Radix Mainnet and Stokenet with automatic configuration.Gateway Integration
Direct access to Radix Gateway API with error handling and retries.🛠️ Direct API Access
Transaction Building
Low-level transaction construction for advanced use cases.Wallet Management
Multiple wallet types with Ed25519 cryptography.Service Classes
Specialized classes for different blockchain operations.⚡ Performance & Reliability
Error Handling
Comprehensive error handling with user-friendly messages.Transaction Monitoring
Track transaction status and receipt details.Connection Management
Automatic endpoint selection and connection pooling.🎯 Integration Examples
Discord Bot
Web API
Custom Tools
📋 Complete Feature Matrix
| Category | Features | Tools | Direct API |
|---|---|---|---|
| Account Management | Address generation, balance checking, account info | 3 tools | RadixAccount, RadixWallet |
| Token Operations | Create, mint, transfer tokens and NFTs | 5 tools | Token class |
| DeFi | Pool creation, liquidity, swapping, flash loans | 9 tools | DeFi class |
| Smart Contracts | Method calls, state inspection | 2 tools | Component class |
| Security | Validation, encryption, rate limiting | Built-in | TransactionSecurity, SecureKeyStorage |
| Network | Multi-network, gateway integration | Built-in | RadixGatewayClient |
| Wallet | Multiple types, key management | Built-in | MnemonicWallet, VaultWallet |