Examples

This page provides copy-paste examples of Universal Access Schema (UAS) links across common integration surfaces.

All examples follow the same base format:

https://buy.onchain.money/[chain]/[token]

Attribution parameters are optional and do not affect execution behavior.


The smallest valid execution link:

https://buy.onchain.money/ethereum/0xabc123...

Use this format when attribution is not required.


Wallet Integration

Example: Wallet “Buy” button

https://buy.onchain.money/base/0xabc123...
?utm_source=phantom
&utm_medium=wallet

Typical usage:

  • Asset detail views

  • Buy / acquire buttons

  • Embedded wallet flows


Bot Integration

Example: Telegram or Discord bot

Bots typically generate UAS links dynamically based on user-selected chain and token.


This table outlines how different products typically generate and use the Universal Access Schema (UAS).

In all cases, the same base format applies:

Use Case
Implementation Detail

Telegram bot

Bot outputs a URL based on user-selected chain and token contract

Wallet “Buy” button

Wallet reads the active chain and asset address to build the link

Token website

Hard-coded CTA button linking directly to the token

CEX off-boarding flow

Replace bridge / DEX steps with a direct UAS link

Portfolio tracker

Generate a UAS link for each asset displayed

Community dashboard

Embed per-token links inside cards or tables

Marketplace

Add a “Buy Token” action to collections or listings

All implementations rely on the same deterministic link structure and require no backend, authentication, or API keys.


Launchpad Integration

Example: Token launch or sale page

Launchpads should use utm_medium=launchpad.


Explorer Integration

Example: Explorer asset page

Explorers typically surface UAS links alongside token metadata.


Web Application

Example: Static or dynamic web app

Links may be generated client-side or server-side.


API / Backend Generation

Example: Server-generated link

Example usage:


Email Distribution

Example: Newsletter or email CTA


QR Code Distribution

Example: QR-based execution


Fully Attributed Example

This format is recommended when measuring distribution performance across surfaces.


Key Notes

  • Chain slugs must match the Supported Chains page exactly

  • Token addresses must be lowercase

  • Do not URL-encode token addresses

  • Attribution parameters are optional and informational only

  • Unsupported chains or tokens fail gracefully


Summary

If you can generate:

Using a supported chain slug, you have a valid UAS execution link.

Everything else is optional.

Last updated