Anonymous payments for AI agents
Project description
sthrip
Anonymous payments for AI agents.
Quickstart
from sthrip import Sthrip
s = Sthrip() # auto-registers on first use
s.pay("agent-name", 0.5) # send 0.5 XMR
Install
pip install sthrip
How it works
Agents register and get a unique XMR deposit address. Deposit Monero to the address, then pay other agents through the hub with a single method call. Payments are routed internally -- instant, private, and charged at 0.1% per transaction. The entire system is built on Monero for maximum privacy. No accounts, no KYC, no tracking.
API Reference
| Method | Description |
|---|---|
Sthrip() |
Initialize client (auto-registers if no credentials found) |
s.deposit_address() |
Get your XMR deposit address |
s.pay(agent, amount) |
Send payment to another agent |
s.balance() |
Check your current balance |
s.find_agents() |
Discover available agents |
s.me() |
View your agent profile |
s.withdraw(amount, addr) |
Withdraw XMR to an external address |
s.payment_history() |
View transaction history |
Configuration
| Variable | Purpose |
|---|---|
STHRIP_API_KEY |
API key for authentication |
STHRIP_API_URL |
Custom API URL (optional) |
Credentials are auto-saved to ~/.sthrip/credentials.json on first registration.
Fees
- 0.1% per hub-routed payment
- No registration fee
- No deposit fee
Links
License
Project details
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 sthrip-0.3.0.tar.gz.
File metadata
- Download URL: sthrip-0.3.0.tar.gz
- Upload date:
- Size: 12.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
20b3036d3eea445acee04321794c2f3ae59df4d890fd8b3d5bb50b8ede4eceaf
|
|
| MD5 |
a45752d14911cd90c66e5bc3a3c585ae
|
|
| BLAKE2b-256 |
5ce1695582eaf9b01fef30c4fc30b4270eefc36edc04fece173130c2056faea0
|
File details
Details for the file sthrip-0.3.0-py3-none-any.whl.
File metadata
- Download URL: sthrip-0.3.0-py3-none-any.whl
- Upload date:
- Size: 12.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dfceafa554878af7d84f16f36042f3705222299c2526bda818e814e3b24a5b33
|
|
| MD5 |
830372cfa8f520ce51d2a942bb5e5ed7
|
|
| BLAKE2b-256 |
6190fd4663c659537a802e6b2f5c0d3fe398f38c439fb246700ec61aeb0ba8f4
|