stellar-assets

Manage Stellar assets, trustlines, and Soroban contract interactions.

3|Updated Jun 23, 2026
One-click install
npx skills add https://github.com/WritzProtocol/writz --skill stellar-assets
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stellar-assets
Source: https://github.com/WritzProtocol/writz/tree/main/.claude/skills/assets
Command: npx skills add https://github.com/WritzProtocol/writz --skill stellar-assets

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires stellar-sdk, soroban-sdk, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill simplifies the process of managing Stellar assets, trustlines, and interacting with the Soroban Asset Contract, making it easier to tokenize real-world assets and manage financial transactions on the Stellar network.

Core Features & Use Cases

  • Asset Issuance: Issue new assets like stablecoins or security tokens.
  • Trustline Management: Create, manage, and monitor trustlines.
  • SAC Bridging: Bridge classic assets to Soroban contracts for smart contract interactions.
  • Use Case: If you are looking to tokenize real-world assets or want to issue a stablecoin on the Stellar network, this skill can help you set up and manage these assets efficiently.

Quick Start

Use the stellar-assets skill to issue a new asset named 'STABLECOIN' with a maximum limit of 1000000.

Frequently Asked Questions about stellar-assets

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

FAQPage Schema
How do I issue a stablecoin on the Stellar network?

To issue a stablecoin on the Stellar network, you use the asset issuance feature to configure token parameters and establish the necessary trustlines for distribution. This Skill automates the setup process.

What is the Stellar Asset Contract bridge to Soroban?

The Stellar Asset Contract (SAC) bridge connects classic Stellar assets to Soroban smart contracts. It allows your issued tokens to interact directly with Soroban contract logic for advanced financial operations.

How do I set up trustlines for asset issuance on Stellar?

Setting up trustlines for asset issuance on Stellar involves creating and monitoring connections between issuer and distributor accounts. This Skill manages trustline creation to ensure accounts can hold and transfer the tokenized assets.

Do I need the Stellar SDK and Soroban SDK to tokenize assets with this Skill?

Yes, you need the Stellar SDK and Soroban SDK to tokenize assets with this Skill. These dependencies are required for executing asset issuance, managing trustlines, and interacting with Soroban contracts.

Can I tokenize real-world assets using Stellar and Soroban?

You can tokenize real-world assets using Stellar and Soroban by issuing new assets and bridging them to the Soroban environment. This enables smart contract interactions for your financial tokens.

What is the best way to manage Stellar asset limits and trustlines?

The best way to manage Stellar asset limits and trustlines is through automated scripts that handle trustline creation and monitoring. This Skill provides the necessary tooling to establish limits and manage account connections efficiently.