What problem does it solve? Developers building on Stellar need to issue tokens, manage trustlines, enforce compliance flags, and connect classic assets to Soroban smart contracts, but the correct operations and account patterns are spread across many APIs and standards. ## Core Features & Use Cases - Asset Issuance & Distribution: Create issuing and distribution accounts, mint credit assets, and lock issuers for fixed supply using the Stellar SDK. - Compliance & Trustline Management: Configure AUTH_REQUIRED, AUTH_REVOCABLE, and clawback flags, authorize trustlines, and claw back balances for regulated assets. - SAC Bridge: Deploy the Stellar Asset Contract to expose classic assets as SEP-41 tokens usable inside Soroban smart contracts. - Use Case: Issue a stablecoin with clawback enabled for compliance, set up user trustlines during onboarding, then integrate the asset into a DeFi contract through its SAC address. ## Quick Start Ask the assistant to issue a new Stellar asset with a locked issuer and show how to bridge it into a smart contract using the Stellar Asset Contract.