assets

Issue Stellar classic assets and manage trustlines with SEP-41 interoperability.

3|1|Updated May 12, 2026
One-click install
npx skills add https://github.com/LumenWipe/lumenwipe --skill assets-lumenwipe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: assets
Source: https://github.com/LumenWipe/lumenwipe/tree/main/.claude/skills/assets
Command: npx skills add https://github.com/LumenWipe/lumenwipe --skill assets-lumenwipe

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about assets

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I issue a regulated Stellar asset with clawback enabled?

To issue a regulated Stellar asset with clawback enabled, you create a credit asset using separate issuing and distribution accounts, then configure the issuer flags for authorization-required, revocable, and clawback-enabled controls.

How do I expose a classic Stellar asset to Soroban smart contracts?

Exposing a classic Stellar asset to Soroban smart contracts requires deriving its Stellar Asset Contract address and invoking the SEP-41 token interface for interoperable DeFi integrations.

What's the best way to manage Stellar trustlines and authorization status?

Managing Stellar trustlines and authorization status involves using Stellar SDK tooling to create, inspect, authorize, freeze, and remove trustlines while checking balances and limits.

Do I need a Stellar SDK to build and sign asset transactions?

Yes, you need a Stellar SDK and compatible Stellar network tooling to build, inspect, sign, and submit asset transactions and invoke SEP-41 interfaces.

Can I configure fixed-supply controls for Stellar token issuance?

You can configure fixed-supply controls for Stellar token issuance by setting specific distribution limits and metadata when creating native and credit assets.

Why use Stellar Asset Contract interoperability for DeFi integrations?

Stellar Asset Contract interoperability is used for DeFi integrations because it bridges classic assets to Soroban, allowing smart contracts to transfer assets through the standard SEP-41 interface without sacrificing ecosystem compatibility.