Skip to main content
The App Kit SDK includes the Send capability that lets you send tokens from one wallet to another on the same blockchain. You can use an available token alias or the token’s contract address.

How it works

Send transfers tokens between two wallets on the same blockchain in a single method call. The SDK resolves the token by alias or contract address, signs with the sender’s adapter, and submits the transfer.

Quick look

This code snippet sends USDC from one wallet to another in a single method call:
TypeScript
For a complete end-to-end flow, follow the quickstart: Send Tokens Across Wallets.

Installation

Install the App Kit SDK to start sending tokens on the same blockchain.