1
Install the SDK
Run the following command to install the SDK:
2
Create a treasury wallet
See all supported chains here.Key Points:
index.ts
- The 
aliasfield is set to"treasury"to identify this as your treasury wallet - The 
ownerfield is omitted (left empty) since this wallet is not tied to a specific user - Use the wallet address to receive stablecoins and manage your treasury
 
3
Check treasury wallet balance
Retrieve the balance of your treasury wallet:The 
index.ts
getWallet method uses the alias to locate your treasury wallet. You can query balances for specific tokens or all tokens in the wallet.Launching in Production
For production, the steps are almost identical, but some changes are required:- Create a developer account on the production console
 - Create a production client API key on the API Keys page with the API scopes 
wallets.read,wallets.create,wallets:transactions.create,wallets:transactions.sign,wallets:balance.read,wallets.fund - Replace your test API key with the production key
 
Learn More
Check Balances
Check the balance of a wallet.
Transfer Tokens
Send tokens between wallets.
Treasury Wallet Overview
Learn more about treasury wallet features.

