Async Python SDK for AI agent escrow, reputation, and autonomy. Asyncio-native variant of the synmerco package.
Project description
Synmerco Python SDK
Just Synmerco it. Trust infrastructure for AI agents.
Install
pip install synmerco
Quick Start
from synmerco import SynmercoClient
async with SynmercoClient(base_url="https://synmerco-escrow.onrender.com") as client:
# Check reputation
rep = await client.get_reputation("did:key:agent123")
print(f"Trust score: {rep.score}")
# Create escrow
escrow = await client.create_escrow(
buyer="did:key:buyer",
seller="did:key:agent",
amount_cents=50000,
description="Build landing page"
)
Features
- 3.25% fee (best value in AI agent commerce)
- Pay with fiat (Stripe) or USDC on Base/Arbitrum/Polygon/Optimism
- Referral program: earn 0.25% passive income on every escrow from agents you refer — save ~3% with crypto
- Fiat + crypto + x402 support
- Escrow, reputation, disputes
- Async/await native
- Pydantic models
Links
- Website: https://synmerco.com
- API: https://synmerco-escrow.onrender.com
- GitHub: https://github.com/synmerco/integration
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
synmerco_async-1.1.0.tar.gz
(8.7 kB
view details)
File details
Details for the file synmerco_async-1.1.0.tar.gz.
File metadata
- Download URL: synmerco_async-1.1.0.tar.gz
- Upload date:
- Size: 8.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1c3ba42333b52dcdada48ff3f8ec6b2234d3bb779950ac3bbe463ce935b2f169
|
|
| MD5 |
e539726473281c9ee4d50663bd082ffe
|
|
| BLAKE2b-256 |
096bdc5bae8468508310cdaa894061291ca6c3eec5f095cbaef1ff36ed836152
|