Skip to main content

Intent Engineering

Intents unbundle assets from protocols.

Intents shepherd transactions between different blockchains. As an example users can express the intent to transfer a token from one chain to another and a network of solvers will find the optimal route.

Schema

JTBD

Intents are partial transactions that are useful when you lack the information to construct a complete transaction, and you want help filling in the gaps.

Use intents to:

  • find counterparties
  • set up triggers to on-chain events
  • access hidden information
  • construct multi-party commitment trades.

Examples