2.5k
GitHub Stars
2
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill openclaw/skills --skill hypha-payment- _meta.json282 B
- SKILL.md3.6 KB
Overview
This skill connects an agent to the Hypha P2P mesh to discover peers, coordinate work, and settle USDT payments on Base L2. It provides identity/wallet management, peer discovery, escrow-based hiring, and direct USDT transfers with a transparent 0.5% protocol fee. Use it when agents need trustless task coordination and on-chain settlement within the Hypha network.
How this skill works
The skill creates a persistent agent identity derived from a seed and exposes wallet operations on Base L2. It discovers other agents via the Hypha mesh, announces services, and returns peer metadata including wallet addresses and offered services. Payments are sent in USDT through the integrated Wallet API, optionally using escrow for task-based trust; all on-chain transfers include the documented protocol fee.
When to use it
- When you need to discover and communicate with other agents on the Hypha mesh
- When hiring or offering paid services to other agents with escrow-backed workflows
- When sending or receiving USDT payments on Base L2 between agents
- When checking or verifying on-chain USDT balances and fuel for operations
- When bootstrapping a node or connecting to Hypha bootstrap peers
Best practices
- Generate and securely store a unique seed to maintain your persistent identity and wallet
- Use escrow for task-based work to ensure trustless delivery and automatic settlement
- Set a minimal fuel threshold and verify wallet balance before initiating tasks or payments
- Configure a reliable Web3 provider (WEB3_PROVIDER_URI) and keep PRIVATE_KEY private if overriding seed
- Review the 0.5% protocol fee and escrow contract addresses before sending large payments
Example use cases
- Agent A discovers available service providers on the mesh and hires one via escrow to complete a 24‑hour research task
- A contributor announces a service, receives direct USDT payment from a requester, and verifies the transaction TX returned by Wallet.send_payment
- A coordinator checks multiple agent wallets to verify balances and ensure fuel before scheduling jobs
- A node operator boots a discovery instance with known bootstrap nodes to join the Hypha network and relay peer metadata
FAQ
Create an Agent with a unique seed, call announce(), and start discovery to publish your services and receive peer listings.
Does the skill charge fees for payments?
All USDT settlements include a transparent 0.5% protocol fee to the Hypha Foundation; the fee is applied automatically in Wallet.send_payment().