What problem does it solve?
This Skill simplifies the design and implementation of Stellar asset workflows, helping developers issue tokens, manage trustlines, configure authorization controls, and expose classic assets to Soroban smart contracts without sacrificing ecosystem compatibility.
Core Features & Use Cases
- Asset Issuance: Create native and credit assets with separate issuing and distribution accounts, fixed-supply controls, and metadata.
- Trustline Management: Create, inspect, authorize, freeze, and remove trustlines while checking balances, limits, and authorization status.
- Compliance Controls: Configure authorization-required, revocable, and clawback-enabled issuer flags for regulated assets.
- SAC Interoperability: Derive and use Stellar Asset Contract addresses to make classic assets available through the SEP-41 token interface in Soroban contracts.
- Use Case: Launch a regulated USDC-like asset, establish distributor trustlines, authorize holders, and let a Soroban DeFi contract transfer the asset through its SAC interface.
Quick Start
Use the assets skill to design a Stellar token issuance and trustline workflow with SAC interoperability for a Soroban application.