Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 3 additions & 14 deletions solutions/x402-insured-settlement/README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,14 @@
---
title: x402 Insured Settlement
slug: x402-insured-settlement
description: Agentic x402 payments settled through on-chain escrow with optional insurance — autonomous buyer and seller agents moving real USDC on Arbitrum Sepolia, built on ReineiraOS.
framework: monorepo
type: dapp
tags: [x402, payments, escrow, insurance, agents, ai, arbitrum, fhe, fhenix, erc4337, rss]
demoUrl: null
image: null
author: ReineiraOS
dateAdded: 2026-06-23
repoPath: solutions/x402-insured-settlement
---

# x402 Insured Settlement

[![Platform](https://img.shields.io/badge/ReineiraOS-v0.1-blue)](https://reineira.xyz)
[![License](https://img.shields.io/badge/license-MIT-green)](LICENSE)
[![Live demo](https://img.shields.io/badge/%E2%96%B6%20live%20demo-x402.reineira.xyz-000000)](https://x402.reineira.xyz)
[![Buildathon](https://img.shields.io/badge/%F0%9F%8F%86%201st%20place-Agentic%20track-FACC15)](https://arbitrum-london.hackquest.io/buildathons/Arbitrum-Open-House-London-Online-Buildathon)

> 🏆 **1st place — Agentic track**, [Arbitrum Open House London Online Buildathon](https://arbitrum-london.hackquest.io/buildathons/Arbitrum-Open-House-London-Online-Buildathon) (2026) — [announcement](https://x.com/arbitrum/status/2069113449221910953).

**▶ Live demo: [x402.reineira.xyz](https://x402.reineira.xyz)**

Autonomous AI agents that pay each other for real resources — settled on-chain
through an x402 → escrow rail with optional insurance coverage and claims. A
buyer agent purchases data behind an x402 paywall; a seller agent serves it; the
Expand Down
15 changes: 15 additions & 0 deletions solutions/x402-insured-settlement/reineira.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@
"description": "Agentic x402 payments settled through on-chain escrow with optional insurance — autonomous buyer and seller agents moving real USDC on Arbitrum Sepolia, built on ReineiraOS.",
"type": "example",
"owner": "ReineiraOS",
"demoUrl": "https://x402.reineira.xyz",
"tags": [
"x402",
"payments",
"escrow",
"insurance",
"agents",
"ai",
"arbitrum",
"fhe",
"fhenix",
"erc4337",
"rss"
],
"dateAdded": "2026-06-23",
"packages": {
"demo": "@x402-insured-settlement/demo",
"facilitator-web": "@x402-insured-settlement/facilitator-web"
Expand Down
Loading