Skip to main content

x402-coffer β€” Payment Facilitator 🟑 Beta

x402-coffer is an x402 facilitator: the trust layer that verifies and settles payments between agents and paid APIs β€” so neither side holds payment risk.

What a facilitator does​

Agent ──"verify this payment"──▢ coffer ──▢ checks signature, amount, expiry
β”‚
└──settle──▢ on-chain transfer to the resource server
  1. Verify β€” signature validity, correct recipient, amount β‰₯ required, replay protection.
  2. Settle β€” submit the transfer on-chain and return the receipt.
  3. Abstract chains β€” resource servers implement one HTTP flow regardless of network.

Why run your own?​

  • Your settlement wallet, your custody.
  • No third party sees your payment metadata.
  • Free to run β€” coffer is open source and costs one container.

The rmi-mcp-x402 marketplace settles through our coffer instance by default.

Repo: git.rugmunch.io/RugMunchMedia/x402-coffer