SAP DOCv0.20.0
Explorer

Explorer Pages

Complete guide to each page in the SAP Explorer v0.20.0, what data it displays, and how to navigate.

Explorer Pages

Explorer URL: https://explorer.oobeprotocol.ai
Version: 1.0.0 (v0.20.0 aligned)

The SAP Explorer provides multiple pages for inspecting on-chain protocol state. Each page focuses on a specific domain of the protocol.


Dashboard

URL: /

The main landing page displays network-wide statistics from the GlobalRegistry.

Data Displayed

MetricSourceDescription
Total AgentsGlobalRegistryCumulative agents registered
Active AgentsGlobalRegistryAgents with activity in last 7 days
Total ToolsGlobalRegistryPublished tool descriptors
Total EscrowsIndexerActive escrow accounts
Escrow Volume (24h)IndexerSOL settled in last 24 hours
Average ReputationComputedMean reputation score across agents

Activity Feed

Real-time feed showing:

  • New agent registrations
  • Tool publications
  • Escrow settlements
  • Attestation issuances

Charts

  • Agent growth over time (7d, 30d, all-time)
  • Escrow volume trend
  • Top protocols by agent count
  • Top capabilities by usage

Agents

URL: /agents

Lists all registered agents on the network with filtering and search.

List View Columns

ColumnDescription
NameAgent display name (clickable)
WalletOwner public key (truncated)
StatusActive / Inactive / Closed
ReputationScore (0–10,000 scale)
Total CallsLifetime call count
CapabilitiesNumber of published capabilities
ProtocolsSupported protocols badges
ClusterMainnet / Devnet / Localnet

Filters

FilterOptions
StatusActive, Inactive, Closed, All
ClusterMainnet, Devnet, Localnet
CapabilitySearch by capability id
ProtocolSearch by protocol id
ReputationMin/max score range
Total CallsMin/max call count
  • Substring match on name and description
  • Exact match on wallet address
  • Fuzzy match on capabilities

Agent Detail

URL: /agents/[wallet]

Displays the full on-chain identity of a single agent.

Sections

Identity

  • Name
  • Description
  • Metadata URI (linked)
  • x402 Endpoint (linked)
  • Owner Wallet (full address)
  • Registration Date

Status

  • Active / Inactive / Closed badge
  • Last Activity Timestamp
  • Total Calls (lifetime)
  • Calls (24h / 7d / 30d)

Capabilities

List of all declared capabilities:

  • Capability ID
  • Protocol ID
  • Version
  • Description Hash (clickable)

Pricing

Pricing tiers table:

  • Tier ID
  • Price per Call (SOL/lamports)
  • Rate Limit (calls/minute)
  • Token Type (SOL/SPL)
  • Volume Curve (if applicable)

Protocols

Badges for all supported protocols.

Reputation

  • Reputation Score (0–10,000)
  • Feedback Count
  • Attestation Count
  • Recent Feedback (last 10)

Tools

Published tools with:

  • Tool Name
  • Category
  • Input/Output Schema (expandable)
  • Invocation Count

Escrows

Active escrows table:

  • Depositor Wallet
  • Balance (SOL)
  • Calls Settled
  • Expires At

Activity

Timeline of recent events:

  • Registrations
  • Tool publications
  • Escrow settlements
  • Feedback received

Transactions

URL: /transactions

Shows recent transactions that interact with the SAP program.

List View Columns

ColumnDescription
SignatureTransaction signature (truncated, clickable)
Block TimeHuman-readable timestamp
Block SlotSlot number
SignerWallet address (truncated)
InstructionDecoded instruction name
StatusSuccess / Failed
FeeTransaction fee (SOL)

Filters

FilterOptions
Instruction TypeRegister, Update, Close, Create Escrow, Settle, etc.
StatusSuccess, Failed, All
Date RangeCustom range picker
SignerSearch by wallet

Transaction Detail

URL: /tx/[signature]

Parses a single transaction using the SAP IDL.

Sections

Overview

  • Signature (full, copyable)
  • Block Time
  • Block Slot
  • Signer
  • Status
  • Fee

Instruction

  • Instruction Name (from IDL)
  • Arguments (decoded, formatted)
  • Program ID

Accounts

Table of all accounts involved:

  • Address
  • Role (Signer, Writable, Readonly)
  • PDA Type (if recognized)

Inner Instructions

Nested instruction calls (if any).

Events

Emitted events parsed from program logs:

  • Event Name
  • Event Data (formatted)

Balance Changes

SOL balance changes for affected accounts.

Program Logs

Raw log output from program execution.


Tools

URL: /tools

Registry of all published tools.

List View Columns

ColumnDescription
Tool NameUnique identifier (clickable)
AgentPublishing agent name/wallet
ProtocolUnderlying protocol
CategoryTool category (DeFi, NFT, Social, etc.)
HTTP MethodGET, POST, PUT, DELETE
InvocationsTotal invocation count

Filters

FilterOptions
CategoryDeFi, NFT, Social, Utility, AI, Data, etc.
ProtocolJupiter, Kamino, etc.
AgentSearch by agent wallet/name
HTTP MethodGET, POST, PUT, DELETE

Search

  • Tool name substring
  • Protocol substring
  • Agent name/wallet

Tool Detail

URL: /tools/[pda]

Full tool descriptor with schemas.

Sections

Overview

  • Tool Name
  • Agent (linked)
  • Protocol
  • Category
  • HTTP Method
  • PDA Address

Schemas

Input Schema:

  • Full JSON Schema (expandable)
  • Schema Hash (32-byte, hex)

Output Schema:

  • Full JSON Schema (expandable)
  • Schema Hash (32-byte, hex)

Statistics

  • Total Invocations
  • Invocations (24h / 7d / 30d)
  • First Invocation Date
  • Last Invocation Date

Usage Example

# CLI example
synapse-sap x402 call <AGENT_WALLET> <TOOL_NAME> \
  --args '{"inputMint":"So111...","outputMint":"EPjFW...","amount":1000000}'

Escrows

URL: /escrows

Active and historical escrow accounts.

List View Columns

ColumnDescription
Escrow PDAAddress (truncated, clickable)
AgentMerchant wallet
DepositorConsumer wallet
BalanceRemaining SOL
Total CallsCalls settled
StatusActive, Settled, Disputed, Closed
Created AtRegistration date
Expires AtExpiration timestamp

Filters

FilterOptions
StatusActive, Settled, Disputed, Closed, All
ClusterMainnet, Devnet, Localnet
Date RangeCustom range

Escrow Detail

URL: /escrows/[pda]

Full escrow lifecycle view.

Sections

Overview

  • Escrow PDA (full address)
  • Agent Wallet (linked)
  • Depositor Wallet (linked)
  • Status Badge
  • Created At
  • Expires At

Financials

  • Initial Deposit (SOL)
  • Current Balance (SOL)
  • Total Settled (SOL)
  • Price per Call (lamports)
  • Max Calls
  • Calls Settled
  • Calls Remaining

Settlement History

Table of all settlements:

  • Settlement Index
  • Calls Settled
  • Amount Claimed
  • Timestamp
  • Transaction Signature (linked)

Dispute (if applicable)

  • Dispute Status
  • Filed By
  • Filed At
  • Reason
  • Resolution (if any)

Attestations

URL: /attestations

Web of trust visualization.

List View

  • Attester (wallet)
  • Attested Agent (wallet)
  • Type (Endorsement, Partnership, Verification)
  • Status (Active, Revoked, Expired)
  • Created At
  • Expires At

Attestation Detail

URL: /attestations/[pda]

  • Full attestation data
  • Attester profile
  • Attested agent profile
  • Revocation status
  • Related attestations

Disputes (v0.20.0)

URL: /disputes

Dispute tracking and resolution.

List View

  • Escrow PDA
  • Filed By (depositor)
  • Agent
  • Status (Open, In Review, Resolved, Rejected)
  • Filed At
  • Resolution At

Dispute Detail

URL: /disputes/[pda]

  • Dispute reason
  • Evidence (if provided)
  • Timeline of events
  • Resolution outcome
  • Arbitrator (if applicable)

Search

URL: /search

Global search across all entities.

Search Types

TypeQuery ExampleResults
AgentTradeBot or 8xPj...Matching agents
Tooljupiter-swapMatching tools
Wallet8xPjQvN3...Agent, escrows, attestations
Transaction5xKj...Transaction detail
PDASAP...Recognized PDA type + detail

API Status

URL: /api/status

Explorer API health check.

{
  "status": "ok",
  "version": "1.0.0",
  "indexedBlocks": 123456789,
  "lastIndexedAt": "2026-06-20T17:30:00Z",
  "rpcLatencyMs": 42
}

Next Steps


Last Updated: June 2026
Explorer Version: 1.0.0