A core real-world failure of public blockchains is that payments expose far more information than necessary. In standard on-chain transfers, a merchant receiving funds immediately gains visibility into the payer’s full transaction history, balance patterns, counterparties, and behavioral signals. This is not required for settlement. It is an artifact of address-based accounting. Abyss replaces this model with proof-based payment authorization. In an Abyss-mediated payment, the merchant does not receive funds from a long-lived account. They receive funds from a withdrawal event that is cryptographically valid but historically unlinked. The merchant learns exactly three things:Documentation Index
Fetch the complete documentation index at: https://docs.useabyss.com/llms.txt
Use this file to discover all available pages before exploring further.
- That they were paid
- The amount paid
- The asset received
- The payer’s balance
- The payer’s prior transactions
- The payer’s identity graph
- Whether the payer has interacted with the merchant before
VI.2.1 Payment Flow Abstraction
A typical Abyss payment flow can be represented as:- One-time checkout payments
- Invoice-based settlement
- Subscription withdrawals
- Programmatic payouts
VI.2.2 Delegated Withdrawal Credentials
Because withdrawal authorization is credential-based, users may issue limited-scope withdrawal keys to merchants or applications:VI.2.3 Compliance Implications
From a compliance standpoint, this model is superior to address-based payments. Merchants can:- Prove receipt of funds
- Record transaction amounts
- Maintain auditable books
VI.2.4 Economic Consequences
By removing history leakage, Abyss enables:- Safer consumer payments
- Merchant adoption without privacy risk
- On-chain commerce that resembles real-world norms

