Best-practice guidance for AI agent EUR settlement, trust scoring, and stablecoin off-ramp via AsterPay.
npx skills add asterpay/asterpay-skills/plugin marketplace add asterpay/asterpay-skills
/plugin install asterpay-skills@asterpay
| Skill | Description |
|---|---|
settle-to-eur |
Convert USDC, EURC, or EURCV to EUR via SEPA Instant. Covers settlement estimates, x402 facilitator flow, trust tier checks, and error handling. |
check-trust-score |
Evaluate any wallet's trustworthiness using the KYA (Know Your Agent) framework. Returns trust score (0–100), access tier, sanctions screening, and ERC-8004 identity status. All endpoints free. |
For real-time API access alongside skills, add the AsterPay MCP server:
{
"mcpServers": {
"asterpay": {
"command": "npx",
"args": ["-y", "asterpay-mcp-server"],
"env": {
"ASTERPAY_BASE_URL": "https://x402.asterpay.io"
}
}
}
}AsterPay skills complement Circle Skills. Use Circle's skills for USDC wallet management, crosschain bridging (CCTP), and smart contracts. Use AsterPay's skills for EUR settlement and agent trust scoring.
Typical flow: Create wallet (Circle) → Bridge USDC to Base (Circle) → Check trust score (AsterPay) → Settle to EUR (AsterPay)
Skills provide context that helps AI agents perform specific tasks accurately:
- Decision frameworks: when to check trust scores, which tier allows which transaction size
- Correct patterns: x402 payment flow, settlement estimate before commit, batch screening
- Common mistakes: skipping sanctions checks, hardcoding keys, ignoring rate locks
Your agent reads the relevant SKILL.md while planning and generating code. You stay in control.
- AsterPay Website
- AsterPay API
- AsterPay Documentation
- x402 Protocol
- ERC-8004 Agent Identity
- Google A2A Protocol
Apache 2.0 — see LICENSE for details.