Intent explorer
Search an intent
Enter a Dash transaction ID or a Dash Intents order ID to see the intent, the offers it attracted, and how it settled.
A live deployment resolves a record at/intents/<intentId>. Either identifier resolves the same record, because a settlement references the intent it filled.
Example result
What a lookup returns
Intent
settled- intentId
- intent_8c2f41ab
- userId
- user_71d0
- fromAsset
- DASH
- toAsset
- USDT
- inputAmount
- 1,250.00
- minOutputAmount
- 1,240.00
- createdAt
- 2026-02-14 09:12:07 UTC
- expiresAt
- 2026-02-14 09:42:07 UTC
Settlement
- settlementId
- settle_4b9e
- offerId
- offer_2f81
- solverId
- solver_0a13
- inputAmount
- 1,250.00
- outputAmount
- 1,244.80
- protocolFee
- 1.87
- settledAt
- 2026-02-14 09:14:33 UTC
txHash
0x7d3a9c1e5b804f2a6c1d3e7f9a0b4c8d2e6f1a3b5c7d9e0f2a4b6c8d9e0f1a2b
route
Mockup data. Figures above are static and do not reflect a live lookup.
How it resolves
From identifier to settlement
1. Take an identifier
Either a Dash transaction hash or a Dash Intents order ID. A settlement stores the intent it filled, so both identifiers resolve the same record.
2. Resolve the intent
The identifier is matched against the intent index and returns the parent Intent, together with the offers it attracted.
3. Read the trade
The intent summary, the competing offers, and the final settlement are shown together, including the protocol fee and the settlement hash.
Looking for something else?
The dashboard lists recent settlements, and the providers gallery shows the clients that publish intents.