sera-protocol

sera-protocol is a skill for Claude Code, Codex from sera-cx/sera-agents. It costs 58 tokens per session (1,218 once invoked), scanned A, original, MIT.

A guide for building or reviewing integrations with Sera Protocol, a system for stablecoin currency exchange and multi-currency settlement. Settlement is the process of completing a payment or trade.

In plain words
What is it for?
It is for connecting applications or AI agents to Sera Protocol APIs, smart contracts, MCP servers, x402 payments, and settlement workflows.
Why use it?
It helps developers find the relevant instructions for quotes, swaps, orders, contracts, data queries, and agent integrations.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/sera-cx/sera-agents/sera-protocol
Any agent
npx skills add sera-cx/sera-agents --skill sera-protocol
Clone the repo
git clone --depth 1 https://github.com/sera-cx/sera-agents

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for sera-protocol

README.md
[![agentmods](https://agentmods.dev/badge/skills/sera-cx/sera-agents/sera-protocol.svg)](https://agentmods.dev/skills/sera-cx/sera-agents/sera-protocol)
Your own site
<a href="https://agentmods.dev/skills/sera-cx/sera-agents/sera-protocol"><img src="https://agentmods.dev/badge/skills/sera-cx/sera-agents/sera-protocol.svg" alt="Measured on agentmods" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,218 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00058 $0.01218
Opus 5 $0.00029 $0.00609
Sonnet 5 $0.00012 $0.00244
Haiku 4.5 $0.00006 $0.00122

Measured yesterday against content hash 1c5b30a84fba, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

sera-protocol scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/sera-protocol/SKILL.md · 101 lines

How it starts

The opening of the file, as written. The whole thing — 101 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Sera Protocol

Use this skill when working with Sera Protocol: stablecoin FX and multi-currency settlement for applications and AI agents.

Load the relevant reference

The bundled references retain the detailed implementation material from the original sera-protocol Skill. Read only the file that matches the task; values such as contract addresses, endpoints, supported assets, tool inventories, and deployment status can change, so verify them against the linked official source or the configured service before using them in a live integration.

Task Read
Current REST API, quotes, swaps, orders, or Virtual Liquidity references/api-reference.md
v1 subgraph queries and order-book data references/graphql-api.md
v1 Router / PriceBook contract integration references/smart-contracts.md
v2 signed orders, Vault, SOR, or batch matching references/orderbook-v2.md
Trading front-end patterns references/frontend-patterns.md
Official or sample MCP server configuration references/mcp-server.md
Sera Agents templates or x402 references/sera-agents.md
SeraPay merchant payments references/sera-pay.md

Start with the right surface

Pick the least privileged integration that solves the task.

Need Recommended surface
Rates, corridors, and a settlement intent The hosted, keyless MCP gateway at https://agents.sera.cx/mcp
Treasury, orders, or execution workflows A locally run or self-hosted sera-mcp with an explicit signer mode and policy
A new AI-agent product One of the sera-agents templates
Machine-to-machine 402 payment flow Self-host x402-service; demo mode is local-only

Read the full file on GitHub · 101 lines

Files

What ships with it

8 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 101 lines · 58 tokens per session scan A 1c5b30a84fba

Subscribe to this mod's changes

sera-protocol is a skill published in the GitHub repository sera-cx/sera-agents (21 stars, last pushed yesterday), licensed MIT. It adds 58 tokens to every session and 1,218 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.

Related

Other skills, from other repositories

defi-protocol-templates

Implement DeFi protocols with production-ready templates for staking, AMMs, governance, and flash loans. Use when building decentralized finance applications or smart contract protocols.

wshobson/agents · 38 tokens

x402-client

Integrate one-shot x402 payments into a Node.js or browser application with @dexterai/x402/client. Trigger when the user wants to call a paid API, use payAndFetch, create application-owned wallets, set spending limits, inspect receipts, or handle sponsored recommendations.

Dexter-DAO/opendexter-ide · 60 tokens

opendexter

Use for discovery, things to do, services/providers/Actors, Dexter Wallet, payments and assets.

Dexter-DAO/opendexter-ide · 25 tokens

web3-testing

Test smart contracts comprehensively using Hardhat and Foundry with unit tests, integration tests, and mainnet forking. Use when testing Solidity contracts, setting up blockchain test suites, or validating DeFi protocols.

wshobson/agents · 46 tokens

nft-standards

Implement NFT standards (ERC-721, ERC-1155) with proper metadata handling, minting strategies, and marketplace integration. Use when creating NFT contracts, building NFT marketplaces, or implementing digital asset systems.

wshobson/agents · 48 tokens

solidity-security

Master smart contract security best practices to prevent common vulnerabilities and implement secure Solidity patterns. Use when writing smart contracts, auditing existing contracts, or implementing security measures for blockchain applications.

wshobson/agents · 38 tokens