assets

Bridge Stellar Classic Assets to Soroban tokens via the SAC bridge.

9|66|Updated Oct 13, 2025
One-click install
npx skills add https://github.com/salazarsebas/Cougr --skill assets-salazarsebas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: assets
Source: https://github.com/salazarsebas/Cougr/tree/main/.claude/skills/assets
Command: npx skills add https://github.com/salazarsebas/Cougr --skill assets-salazarsebas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Stellar has two token mechanisms: Classic Stellar Assets and Soroban Tokens, and the SAC bridge enables interoperability between them, solving the complexity of token issuance, trustlines, and regulated asset workflows.

Core Features & Use Cases

  • Stellar Assets (Classic) support for issuing and managing tokens, trustlines, and issuer controls.
  • Stellar Asset Contract (SAC) bridge to Soroban to expose classic assets as Soroban tokens and enable contract-based interactions.
  • Trustline flag management (auth required, auth revocable, clawback) and regulatory-compliant workflows for asset lifecycle.
  • Use cases include tokenizing real-world assets, issuing stablecoins, and bridging assets into Soroban contracts for DeFi and smart contract logic.

Quick Start

Configure a Stellar asset, enable trustlines and issuer flags as needed, and deploy SAC bridging to a Soroban contract to enable on-chain interactions.

Frequently Asked Questions about assets

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

FAQPage Schema
How do I bridge a Stellar classic asset to Soroban?

To bridge a Stellar classic asset to Soroban, you deploy a Stellar Asset Contract (SAC) that exposes the classic asset as a Soroban token. This enables contract-based interactions and on-chain asset management.

What is the SAC bridge used for in Stellar token issuance?

The SAC bridge solves the complexity of Stellar's dual token mechanisms by enabling interoperability between Classic Stellar Assets and Soroban Tokens. It allows classic assets to be used in Soroban DeFi and smart contract logic.

Can I manage Stellar trustline flags like auth required and clawback for regulated assets?

Yes, you can manage Stellar trustline flags including auth required, auth revocable, and clawback. This supports regulatory-compliant workflows for the entire asset lifecycle, such as tokenizing real-world assets or issuing stablecoins.

Does the SAC bridge support validation of issuer controls for Stellar assets?

Yes, SAC bridging supports the validation of issuer controls. It applies to asset issuance, trustline configuration, and regulated asset workflows, ensuring issuer authority is respected when mapping classic assets to Soroban tokens.

What are the limitations of mapping classic Stellar assets to Soroban tokens?

Mapping classic Stellar assets to Soroban tokens requires configuring trustlines and issuer flags before deploying the SAC bridge. Limitations depend on the regulatory workflows needed and whether the classic asset supports the required issuer controls.

Is the assets Skill suitable for tokenizing real-world assets on the Stellar network?

Yes, the Skill is designed for tokenizing real-world assets and issuing stablecoins on Stellar. It configures trustlines, manages issuer flags, and uses SAC interop to bridge these assets into Soroban contracts for DeFi applications.