Dynamic Link Generation

Dynamic Link Generation describes how integrators construct UAS links that execute deterministically at the moment of intent.

A UAS link encodes everything required for execution directly in the URL. There is no session state, no custody handoff, and no dependency on listings, approvals, or negotiated routing.

These links are portable and permissionless by design, allowing execution intent to originate from any surface — wallets, bots, launchpads, explorers, or external applications — while settling locally and natively on-chain.


What This Section Covers

The following pages describe how to correctly construct UAS links:

  • Link Anatomy

    Understand the structure of a UAS link and how execution context is encoded.

  • Required Parameters

    Learn which parameters must be present for execution to occur.

  • Optional Attribution Parameters (UTM)

    Add execution attribution without affecting routing, pricing, or access guarantees.

  • Examples

    Copy-paste reference links for common integration surfaces.


Key Principles

  • All execution context is encoded in the link

  • No custody, no session state, no platform control

  • Attribution is optional and informational only

  • Execution behavior is deterministic and surface-agnostic


This section is the single source of truth for generating executable UAS links.

All surface-specific integrations should reference these pages rather than redefining link behavior elsewhere.

Last updated