Skip to main content
Transfer XLM tokens between wallets using Para’s Stellar signer with the Stellar SDK.

Send XLM

Send Custom Assets

To send a custom asset (like USDC on Stellar), replace Asset.native() with the specific asset:
The recipient must have a trustline for the custom asset before they can receive it. See Execute Transactions for how to create trustlines.

Next Steps