Skip to main content

aifinpay-agent (Python)

Version 2.2.0: agent identity (EVM and Solana addresses from one seed), native request authentication, linking an agent to its owner's dashboard, and paying AiFinPay merchants (fetch_paid, AIFP-1 on Polygon v1.4 in POL or USDC).

Canonical domain aifinpay.io (aifinpay.company only redirects there). A wallet address alone does not mean a payment route is enabled. The keypair is generated locally and never leaves your process.

Install

pip install aifinpay-agent

Development setup

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt -e .

Quick start

from aifinpay.unified_agent import AiFinPayAgent

agent = AiFinPayAgent.from_seed(SEED_HEX)  # 32-byte seed you keep private
print("EVM address:", agent.evm_address)   # fund on Polygon: POL, or USDC + a little POL for gas

Pay for a paywalled resource

r = agent.fetch_paid(
    "https://api.example.com/articles/2026/x",
    allowed_origins=["https://api.example.com"],  # the only origins it will pay
    max_amount_usd=0.20,                           # per batch
    daily_amount_usd=2.00,                         # rolling 24 h, persisted
    asset="USDC",                                  # or "POL" (default)
)
print(r.status_code, r.json())

On an AIFP-1 402 it buys one batch (from $0.10) scoped to the path's section (/articles/), settles it on the Polygon v1.4 splitter, exchanges it for a receipt and retries. Later requests the receipt covers cost no transaction. Nothing is signed unless the origin is allowed, the signed quote matches the challenge and the SDK's pinned deployment, and the batch fits both limits. POL is priced against an independent POL/USD source (Chainlink on Polygon, then Coinbase, then CoinGecko), never the quote; USDC approves exactly the batch.

Every settlement is journaled to journal_dir (default ~/.aifinpay/journal, mode 600) before it is sent. If the outcome is unknown, Aifp1PayError carries recovery["journal_path"]; call agent.recover_paid(path) — do not pay again.

At https://dash.aifinpay.io → My Agents → Add agent by address the owner gets a challenge. Sign it and hand back the signature:

signature = agent.sign_dashboard_claim(challenge)

sign_dashboard_claim signs only AiFinPay-claim:polygon:<this address>:<nonce> and refuses any other text. The owner then sees the agent's balance, payments and receipts.

Loading an existing keypair

# from solana-keygen JSON file
agent = Agent.from_keypair_file("~/agent-wallet.json")

# from base58 secret string
agent = Agent.from_secret_b58("3RvZm7Gw...")

How x402 auth works under the hood

agent.pay(url):

  1. Sends the request unauthenticated.
  2. On 402, inspects the response and picks a facilitator adapter:
    • AiFinPayprotocol: "AiFinPay vX" field in JSON body, or agreement_hash + treasury_vault fingerprint
    • Coinbase x402PAYMENT-REQUIRED HTTP header
  3. Builds the right auth payload:
    • AiFinPay → reads x-nonce from the 402 body (no extra round-trip), computes SHA-256("AiFinPay-x402:{nonce}:{pubkey}"), signs with Ed25519, sets x-agent-pubkey, x-nonce, x-signature headers
    • Coinbase x402 → builds a PaymentPayload, base64-encodes, sets PAYMENT-SIGNATURE (detection and parsing only; Python does not settle)
  4. Retries the original request with the auth attached.

The server verifies the signature and serves the resource if the agent is entitled to it. Paying for access is fetch_paid (above).

Privacy

  • The server never sees your private key. Period.
  • Nonces are consumed on use; replay-resistant.
  • All payments are public and on-chain (Polygon mainnet).

License

MIT.

Release files for aifinpay-agent 2.2.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for aifinpay-agent 2.2.0
File Size Uploaded
aifinpay_agent-2.2.0.tar.gz 79.8 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for aifinpay-agent 2.2.0
File Interpreter ABI Platform
aifinpay_agent-2.2.0-py3-none-any.whl Python 3 none any Details

Total release size: 137.9 kB

Release files / aifinpay_agent-2.2.0.tar.gz

Download URL aifinpay_agent-2.2.0.tar.gz
Size 79.8 kB
Tags Source
SHA-256 checksum
How to use checksums
fe831739a5e28c16aa248389a56c8ce273b1bf17c4fa28a96d90162a87ecd492
BLAKE2b-256 checksum
How to use checksums
119cdc7f6eaf221abee3abdf1dac7f9a214e010e095b8c57ff3f33aae2381823
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.7

Release files / aifinpay_agent-2.2.0-py3-none-any.whl

Download URL aifinpay_agent-2.2.0-py3-none-any.whl
Size 58.2 kB
Tags Python 3
SHA-256 checksum
How to use checksums
de5176647986d2e09f503036e11c02042932cc5cadbe149a1e1cea9875089473
BLAKE2b-256 checksum
How to use checksums
e13315c1b8312ecd968979e0dbbac62d014008e38c8f67b5bf4f71b1d1fbd8f7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.7
Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page