
MoltsPay Python SDK 0.7.0: Multi-Chain Agent Payments Are Here
TL;DR MoltsPay Python SDK now supports 8 blockchain networks for AI agent payments. Pay for services on Base, Polygon, BNB, Solana, and more — all gasless. pip install moltspay == 0.7.0 What's MoltsPay? MoltsPay is payment infrastructure for AI agents. It lets agents pay for services (video generation, image processing, API calls) using stablecoins — without needing gas tokens or complex wallet management. The protocol uses x402 for gasless payments: client signs an intent, server settles on-chain. What's New in 0.7.0 8 Supported Chains Chain Network ID Tokens Base base USDC, USDT Polygon polygon USDC BNB Chain bnb USDC, USDT opBNB opbnb USDC Solana solana USDC Tempo tempo_moderato pathUSD Base Sepolia base_sepolia USDC BNB Testnet bnb_testnet USDC Multi-Chain Server The Python server now handles payments from ANY supported chain automatically: from moltspay.server import create_server app = create_server ( skill_dir = ' ./my-skill ' , networks = [ ' base ' , ' polygon ' , ' bnb ' , '
Continue reading on Dev.to Python
Opens in a new tab




