Stable Layer SDK

Provide a TypeScript SDK for minting and burning stablecoins on Sui blockchain.

Updated Feb 12, 2026
One-click install
npx skills add https://github.com/k66inthesky/stable-layer-sdk --skill stable-layer-sdk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Stable Layer SDK
Source: https://github.com/k66inthesky/stable-layer-sdk/tree/main
Command: npx skills add https://github.com/k66inthesky/stable-layer-sdk --skill stable-layer-sdk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the process of interacting with the Stable Layer protocol on the Sui blockchain, allowing users to mint, burn stablecoins, and claim yield rewards without deep knowledge of the underlying smart contracts.

Core Features & Use Cases

  • Mint Stablecoins: Deposit USDC to mint stablecoins and automatically deposit them into the vault farm.
  • Burn Stablecoins: Redeem stablecoins to receive USDC.
  • Claim Rewards: Collect accumulated yield farming rewards.
  • Query Supply: Check total stablecoin supply or supply for specific coin types.
  • Use Case: A user wants to mint 1000 units of a specific stablecoin on the Sui mainnet. They can use this Skill to construct and execute the necessary transaction.

Quick Start

Use the Stable Layer SDK to mint 1000 units of BtcUSDC stablecoin on the Sui mainnet.

Frequently Asked Questions about Stable Layer SDK

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

FAQPage Schema
How do I mint stablecoins on the Sui blockchain?

To mint stablecoins on the Sui blockchain, you can use a TypeScript SDK to deposit USDC, which automatically mints the stablecoins and deposits them into the vault farm for yield generation.

How do I claim yield farming rewards from a Sui stablecoin vault?

Claiming yield farming rewards on the Sui blockchain involves calling a dedicated claim operation within the SDK, which collects the accumulated rewards generated from your deposited stablecoins.

Can I query the total supply for a specific stablecoin type on Sui?

Yes, you can query the total supply for specific coin types on the Sui blockchain using the SDK's query methods, allowing you to check both overall stablecoin supply and individual type supplies.

Does the Stable Layer SDK require deep smart contract knowledge to burn stablecoins?

No, the Stable Layer SDK simplifies burning stablecoins on the Sui blockchain by handling the underlying smart contract interactions, allowing you to redeem stablecoins and receive USDC without contract expertise.

What is the process to redeem stablecoins for USDC on the Sui mainnet?

Redeeming stablecoins for USDC on the Sui mainnet is done through a burn operation in the SDK, which constructs the necessary transaction to exchange your stablecoins back into USDC.