What problem does it solve?
This Skill simplifies integrating Soroswap DEX functionality on Stellar, replacing complex transaction construction, price querying, liquidity management, and submission workflows with guided SDK patterns.
Core Features & Use Cases
- Token Swaps: Retrieve quotes, build unsigned XDR transactions, sign them with a wallet or keypair, and submit completed swaps.
- Liquidity & Market Data: Add or remove liquidity, inspect user positions, query pools, prices, balances, asset lists, and contract addresses.
- Production Integration: Keep API keys server-side through backend proxies while supporting client-side wallet signing, network selection, BigInt amounts, slippage controls, referral fees, and typed transaction results.
- Use Case: Build a Stellar trading interface that quotes a USDC-to-XLM swap, lets the user review and sign the generated transaction, and submits it through a secure backend.
Quick Start
Use the soroswap-sdk skill to implement a secure Stellar swap flow with a backend API proxy, wallet signing, slippage protection, and typed error handling.