XChain Platform Action - LINK
This action links actions using ACTION_INDEX, including linking actions across blockchains.
PARAMS
| Name | Type | Description |
|---|---|---|
VERSION |
String | Format Version |
COIN1 |
String | COIN name (BTC, LTC, DOGE, etc) |
COIN1_ACTION_INDEX |
String | ACTION_INDEX of action on COIN1 network |
COIN2 |
String | COIN name (BTC, LTC, DOGE, etc) |
COIN2_ACTION_INDEX |
String | ACTION_INDEX of action on COIN2 network |
MEMO |
String | An optional memo to include |
Formats
Version 0
VERSION|COIN1|COIN1_ACTION_INDEX|COIN2|COIN2_ACTION_INDEX|MEMO
Examples
LINK|0|BTC|1234|BTC|4321|Linking FILE upload to TICK
This example links a BTC `FILE` upload with `ACTION_INDEX` 1234 with a BTC `ISSUE` transaction on a `TICK` associated with `ACTION_INDEX` 4321
LINK|0|BTC|1234|DOGE|6666|Linking TICK with FILE upload on DOGE
This example links a BTC `FILE` upload with `ACTION_INDEX` 1234 with a DOGE `ISSUE` transaction on a `TICK` associated with `ACTION_INDEX` 6666
Rules
COIN1andCOIN2values must be a valid coin network (BTC, LTC, DOGE, etc)COIN1_ACTION_INDEXmust point to a validACTION_INDEXon theCOIN1networkCOIN2_ACTION_INDEXmust point to a validACTION_INDEXon theCOIN2network- When
COIN2_ACTION_INDEXresolves to a localISSUE(i.e. linking against aTICK):SOURCEmust be the current owner of thatTICK- The
TICK’s ownership must not be currently escrowed (ORDER/SWAP/DISPENSERwithGIVE_OWNERSHIP=1is open against thisTICK) — see Token Ownership Sales - Cross-chain
ISSUEtargets cannot be validated locally; the owner / escrow checks are skipped whenCOIN2is not the local network
Notes
LINK’s primary use case is attaching aFILEto aTICK(logo, terms, documentation), but it is a generic action-to-action pointer and supports other pairings (cross-chain attestation, etc.)- The owner-validation rule above makes
LINKthe official content-association mechanism for NFTs — only a token’s owner can attach files to it. The protocol attaches no display semantics to linked files; what renders is decided by the token’s Token Information Standard metadata. See the NFT Standard. - The same rule makes
LINKthe attestation mechanism for project registries — aTICK-typeLISTlinked to a token’sISSUEby its owner is that project’s official-token roster. See the Project Registry Standard.
Copyright © 2025–2026 Dankest, LLC
Based on XChain Platform by Dankest, LLC – https://dankest.llc
Licensed under the GNU Affero General Public License v3.0 (AGPL-3.0-or-later) with a commercial license available for proprietary use.
You may use, modify, and distribute this material under the terms of the License. See LICENSE and NOTICE for full terms. See the licensing overview.