0Bit Documentation

Swap activity

Track swaps with amounts, assets, pool routes, fees, status, and settlement information.

Track swaps with amounts, assets, pool routes, fees, status, and settlement information.

0Pools Scan is an explorer-style view over indexed 0bit protocol activity: transactions, swaps, pool movements, asset activity, mint and burn events, status transitions, and analytics. It is not a legal attestation, proof-of-reserves product, or source of private provider data.

What this page covers

  • Quote and route lifecycle
  • Asset pairs and execution
  • Fees and settlement-aware status

How it fits

0Pools Scan is an explorer-style view over indexed 0bit protocol activity: transactions, swaps, pool movements, asset activity, mint and burn events, status transitions, and analytics. It is not a legal attestation, proof-of-reserves product, or source of private provider data.

Workflow

  1. Observe product activity from payment, pool, asset, link, and protocol sources.
  2. Normalize activity into searchable records with ids, timestamps, assets, amounts, status, and related links.
  3. Expose filters and detail pages that answer what happened and which product object owns it.
  4. Join scan records to operations reports when reconciliation needs settlement-aware review.
  5. Preserve source ids so support can trace from explorer view back to product call.

Status and data signals

SignalUse it forDo not use it for
Transaction or activity idSearch key for protocol activity.Private provider reference.
Asset and amountVisible movement or quantity.Reserve balance claim.
StatusQuoted, reserved, settled, released, failed, returned, or product-specific state.Undocumented worker state.
Related recordsLinks to product, asset, pool, or report pages.Cross-partner records.

Implementation notes

  • Start in sandbox or test mode with fake data.
  • Keep server-only credentials, webhook secrets, PII, provider payloads, and internal runbooks out of public docs and browser code.
  • Use documented ids, request ids, event ids, timestamps, status fields, asset symbols, and environment names for support and reconciliation.
  • Treat browser callbacks as user-experience signals; use signed webhooks, API reads, scan records, or settlement reports for durable backend state.
  • Confirm product access, entitlement, regional availability, and review status before presenting the workflow as live.

Example trace

A typical 0Pools Scan trace starts with a product object id or activity id. The record page should show the product owner, asset, amount, timestamp, status, and related records. A support user can move from transaction to swap, pool activity, mint/burn event, asset page, or settlement record depending on the workflow. Scan visibility is evidence for navigation and support, but final operational decisions still depend on signed events, API reads, and reconciliation outputs.

On this page