The Universal Payment Standard for AI Agents (EVM + Solana)
Project description
🤖 iAgentPay SDK v3.6 "Titan" (Production Ready)
The Universal Banking & Payment Standard for AI Agents. The most resilient, secure, and disruptive infrastructure for the autonomous economy.
🏛️ The Titan Difference
iAgentPay v3.6 is more than a wallet—it's a financial operating system for AI. Built following a Level 7 "God Mode" stress test, it is designed to survive total network failures and Sybil attacks.
| Feature | Titan Power |
|---|---|
| Resilience | Self-Healing Pricing: If Oracles fail, we fetch prices directly from On-Chain DEX pools. |
| Trust Layer | Autonomous Reputation (ART): Agents rate each other. Trust scores are used for dynamic discounts. |
| AI-Bank | Active Treasury: Automated yield generation on Aave (Base) for idle funds. |
| Cross-Chain | Dual-Engine: Native drivers for EVM (Base, Polygon, ETH) and Solana (SPL tokens). |
| God-Mode Secure | Multi-RPC Fallback: Automatically rotates between pool of nodes to ensure 100% uptime. |
📦 Installation
pip install iagent-pay
⚡ Titan Quick Start
1. Robust Initialization
from iagent_pay import AgentPay
# Multi-RPC fallback is active by default in Titan v3.6
agent = AgentPay(chain_name="BASE")
2. Trust-Based Pricing (Discounts!) 💎
Titan incentivizes good behavior. Agents with high trust scores automatically get discounts on payments.
# Rate a peer agent after a good service
agent.rate_agent("0xRecipient...", 5.0)
# Future invoices to this recipient will apply a trust discount automatically
agent.pay_invoice(invoice_json)
3. Self-Healing Pricing 🏦
Never let a dead API stop your agent.
# If Coinbase/Binance are down, Titan fetches prices from Uniswap v3 contracts
eth_price = agent.pricing.get_eth_price()
4. AI-Bank (Active Treasury) 🏦
# Put idle USDC to work in Aave
agent.enable_auto_yield(protocol="aave")
agent.yield_manager.deposit("USDC", 100.0)
🛡️ Validation: The Nivel 7 Audit
iAgentPay v3.6 has been hardened through a simulated "God Mode" scenario:
- Sybil Resistance: Validated reputation integrity under 100+ bot attacks.
- Blackout Recovery: Verified 100% recovery after total RPC isolation.
- Integrity Shield: Rejection of malicious/corrupt state bundle injections.
📄 License
MIT License. Built for the Sovereign Agentic Future.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file iagent_pay-3.6.0.tar.gz.
File metadata
- Download URL: iagent_pay-3.6.0.tar.gz
- Upload date:
- Size: 33.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
620ef7c40f7f7724cfb5b39cf2b072aae1753df80566b06e80fc0fa2bf5baa98
|
|
| MD5 |
99deed8ef64c2670704c6ad79b0a540d
|
|
| BLAKE2b-256 |
3fc7425791e3e39e0291b47b61ae00356125fa2cacd23e5780a67402afd2299a
|
File details
Details for the file iagent_pay-3.6.0-py3-none-any.whl.
File metadata
- Download URL: iagent_pay-3.6.0-py3-none-any.whl
- Upload date:
- Size: 28.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ce073a50bfb45e2c713f771c891243f769d692f08bc193e086806630d23e654
|
|
| MD5 |
f61462f750fc1a55d20b590a0423443b
|
|
| BLAKE2b-256 |
df1a3bb92fe88de6fdece738d24a6dce815babbe1571a051c4825c85ba612749
|