Behind the Scenes
Last updated
When a user clicks a Universal Access Schema link, the following sequence happens automatically:
Detects the chain slug
Loads the token contract
Confirms the asset is cleared by Smart Guardrails
Prepares available payment options (fiat or crypto)
The user pays using:
Cards
Apple Pay / Google Pay
Local payment methods
Native crypto (where supported)
Payment confirmation triggers a BuyIntent that is sent to OPN.
OPN handles all on-chain settlement:
Sources liquidity from the asset’s home chain
Performs native DEX execution
Avoids bridges, wrappers, and intermediaries
Enforces deterministic settlement rules
OPN sends the purchased token directly to the user’s wallet:
No custody
No pooled funds
No manual approvals
No extra transactions
The entire backend collapse into one principle:
The URL encodes the intent. Gateway interprets it. OPN fulfills it.
This is why the Universal Access Schema works across wallets, bots, sites, and everywhere a link can exist.
Last updated