Solia Protocol Docs

Non-custodial escrow and settlement infrastructure for global payments.

Solia enables developers and platforms to build trustless escrow flows with stablecoins and optional local payout settlement through pluggable adapters.

What Is Solia?

Solia is a protocol and backend engine for programmable escrow agreements.

  • P2P trade settlement
  • Freelance and service escrow
  • Escrow-native payment links
  • Cross-border digital-to-local payout flows

How It Works

User -> Escrow Creation -> Funds Locked -> Conditions Met -> Settlement

  1. 1. Creator initializes an escrow via API.
  2. 2. Funds lock in an on-chain program vault.
  3. 3. Counterparty fulfills agreement terms.
  4. 4. Parties confirm or enter dispute path.
  5. 5. Settlement is routed to the selected destination.

Quick Start

http
POST /v1/escrow/create
json
{
  "amount": 100,
  "token": "USDC",
  "recipient": "wallet_address",
  "settlement": {
    "type": "LOCAL_PAYOUT",
    "currency": "GBP"
  }
}

Documentation Sections