Using Agent Cash
Caishen SDK provides the only wallets which support gasless stablecoin swaps, powered by Agent Cash.
Cash is a chain-abstracted, gasless stablecoin system designed to make stablecoin transfers seamless, fast, and free.
๐ What is Cash?
Cash is an internal ERC-20-compatible asset that abstracts away the complexity of stablecoins across chains. It enables instant, gasless transfers between wallets without needing users to worry about:
Native gas tokens (e.g., ETH, MATIC)
Stablecoin formats (e.g., USDC vs USDT)
Blockchain networks (e.g., Arbitrum, Base, Solana)
๐งช How It Works
Deposit: Users deposit supported stablecoins (e.g., USDC, USDT) from chains like Arbitrum, Base, or Solana.
Issue: The system issues equivalent Cash tokens 1:1, held in an abstracted balance.
Send: These Cash tokens can be sent to any wallet address instantly with zero gas cost.
Withdraw: When users withdraw, their Cash tokens are burned and they receive the original stablecoin on the selected chain.
โ ๏ธ Different combinations of
agentId
anduserId
result in separate Cash balances.
โ
Benefits
๐ธ Gasless transfers (no ETH/SOL required)
โก Cross-chain abstraction
๐ Simple send/receive interface
๐ Fully backed, 1:1 redeemable
๐ฆ Cash Accounts
๐ฐ Get Account Balance
Get current balance of all tokens for a specific account.
Parameters
account
number
The account identifier
Returns
๐ Example
๐ต Deposit
Deposit a supported token into the account.
Parameters
params
DepositCashParams
Token and amount info
Returns
๐ Example
๐ธ Withdraw
Withdraw a supported token from the account.
Parameters
params
WithdrawCashParams
Token and amount info
Returns
๐ Example
๐ Send
Send supported tokens between accounts.
Parameters
params
SendTransactionParams
Token, to/from, etc.
Returns
๐ Example
๐ช Get Supported Tokens
๐ Types
TokenWithPrice
TokenWithPrice
Last updated