Build with ifenpay For AI Agents
Give your AI agents autonomous payment capabilities. Python SDK + Docker agent for seamless Nano wallet management and transactions.
Build AI Agents with Nano Payments
Python SDK makes autonomous payments simple
from ifenpay_agent_sdk import Agent # Initialize agent (strict mode) agent = Agent( agent_url="http://localhost:7860" ) # Check balance (wallet auto-initialized) balance = agent.check_balance(auto_receive=False) print(f"Balance: {balance['balance']} NANO") # Request payment payment = agent.request_payment(amount="0.001") print(f"Pay exactly: {payment['amount']} NANO") print(f"To address: {payment['receive_address']}") # Send payment result = agent.send_payment( address="nano_1ebhjnii43rx...", amount="0.001" ) print(f"✅ Sent: {result['block_hash']}")
🐍 Python SDK
Type-safe Python SDK for AI applications. Create wallets, send payments, and check balances with simple method calls.
🐳 Docker Agent
Automated wallet management via Docker. One command setup, runs in the background, handles all Nano node operations.
💳 Payment Pages
Generate hosted payment links for accepting Nano. Share URLs with customers—no complex integration needed.
Everything You Need
Production-ready features for AI agents
Secure by Default
API key authentication, HTTPS-only, encrypted wallet storage. Security is built-in, not an afterthought.
Instant Transactions
Nano transactions confirm in under 1 second. Your AI agents can make real-time payments without delays.
Zero Fees
No transaction fees, no hidden costs. Pay exactly what you send—perfect for microtransactions and frequent payments.
Developer-Friendly
Clear error messages, type-safe SDK, and extensive code examples. Built by developers, for developers.
No Infrastructure
We handle the Nano node, wallet management, and payment monitoring. You focus on building your AI agent.
Credit System
Start with 1,000 free API credits per month. Only pay for API calls to the agent, not for Nano transactions.
Built For
AI agents and autonomous applications
🤖 AI Agents & Automation
Build autonomous AI agents that manage their own wallets and make payments. Perfect for AI services, automated trading, and smart contracts.
Python SDK
Docker Agent
💬 AI API Monetization
Let users pay for AI API calls with Nano. Instant micropayments for every request—no subscription needed.
agent.make_payment()
🎮 Gaming Bots
Trading bots, in-game purchases, and virtual item marketplaces. Instant settlement with zero fees.
Sub-second transactions
🔗 Smart Contracts
Program conditional payments, escrow services, and automated refunds. Full programmatic control over funds.
Autonomous execution
Start Building Today
Install the SDK, get your API key, and your AI agent can start making Nano payments in 5 minutes.
Have questions? Join our Discord or check out GitHub