| name | pharos-agent-commerce-hub |
| description | A Pharos-native agent commerce skill enabling AI agents to discover, negotiate, pay for, and rate each other's services using the x402 protocol. Deployed to both Pharos testnet and mainnet.
|
| version | 1.0.0 |
| triggers | ["service.register","service.query","agent.identity.create","agent.identity.rotate-key","payment.channel.open","payment.channel.claim","payment.channel.close","escrow.create-agreement","escrow.release-funds","escrow.dispute","escrow.resolve-dispute","reputation.rate","reputation.query","subscription.create","subscription.cancel","subscription.execute-payment"] |
| framework | foundry |
| network | ["pharos-testnet","pharos-mainnet"] |
| dependencies | [{"name":"@openzeppelin/contracts","version":"^5.0.0","reason":"Ownable, ReentrancyGuard base contracts"},{"name":"PROS token","reason":"Native Pharos token used for all payments and escrows"}] |
pharos-agent-commerce-hub
Agent-to-agent commerce skill for Pharos blockchain. Supports service registration,
onchain identity, x402 payment channels, escrow with dispute resolution,
reputation tracking, and subscription management.
Skill Engine Integration
This skill is designed for the Pharos Agent Centre Skill Engine. Deploy all six
contracts to either testnet or mainnet, then configure the Skill Engine with
the deployed contract addresses as environment variables.
See README.md for full installation and usage instructions.