> For the complete documentation index, see [llms.txt](https://docs.asterizm.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.asterizm.io/infrastructure/asterizm-interfaces/imultichaintoken.md).

# IMultiChainToken

The `IMultiChainToken` interface facilitates cross-chain transfers of tokens between different blockchain networks.

{% embed url="<https://github.com/Asterizm-Protocol/asterizm-contracts-evm/blob/master/contracts/interfaces/IMultiChainToken.sol>" %}

### Functions

#### crossChainTransfer

Initiates a cross-chain transfer of tokens.

**Parameters:**  `_dstChainId (uint64)`, `_fromAddress (address)`, `_toAddress (uint)`, `_amount (uint)`
