# Hts Stablecoin Studio

> Install and operate Hedera Stablecoin Studio — CLI and SDK workflows, reserve-backed stablecoin configuration, mint/burn operational roles, HTS linkage for underlying tokens, proof-of-reserve oracle integration patterns. Use when user mentions Stablecoin Studio, reserve-backed stablecoin, Chainlink proof of reserve, mint burn roles Cashin Rescue, accelerator stablecoin, or compares algorithmic vs fiat-backed models on Hedera.

- Skill: `evaluris-solutions/hts-stablecoin-studio` (Agent Skill, multi-file: 5 files)
- Install (CLI): `npx skillmds@latest add evaluris-solutions/hts-stablecoin-studio`
- Raw SKILL.md: https://api.skillmd.com/api/skills/evaluris-solutions/hts-stablecoin-studio/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: Evaluris-Solutions (https://skillmd.com/u/evaluris-solutions)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/evaluris-solutions/hts-stablecoin-studio

---


## Overview

**Stablecoin Studio** is an open-source toolkit (CLI + Web UI + SDKs) for issuing managed stablecoins with **role-based access control** aligned to operational treasury tasks. Ground implementation details in [Stablecoin Studio docs](https://docs.hedera.com/hedera/open-source-solutions/stablecoin-studio.md) and the GitHub accelerator repositories referenced therein.

## When to use this skill

- Issuing **fiat-collateralized** or **crypto-reserve** stablecoins with explicit mint/burn governance.
- Wiring **proof-of-reserve** attestations from banking partners or on-chain oracles.

## Prerequisites

- Completed Hedera operator setup for deployment transactions.
- Node.js **18+** for CLI tooling where applicable.

## Workflow

1. **Clone / install** — Follow current Stablecoin Studio repository README (version pins change — verify GitHub `hashgraph/hedera-accelerator-defi-tools` branches tagged in docs).

2. **Configure roles** — Map business titles to on-chain roles documented in [references/stablecoin-roles.md](references/stablecoin-roles.md).

3. **Deploy stablecoin configuration** — CLI wizard sets reserve accounts, decimals, keys — mirror outputs into secure vaults.

4. **Mint / burn** — Execute operational flows only via multi-approved ceremonies on production.

5. **Proof of reserve** — Integrate external attestations per [references/por-integration.md](references/por-integration.md).

6. **Compare models** — Read [references/algo-vs-reserve.md](references/algo-vs-reserve.md) before pitching algorithmic designs.

CLI transcript template: [scripts/bootstrap-stablecoin.md](scripts/bootstrap-stablecoin.md).

## Examples

**Example 1**

> “We need segregated roles for treasury mint vs compliance freeze.”

Assign distinct keys / multisig participants per role matrix in references.

**Example 2**

> “Bank sends daily reserve statements — how do we hook that up?”

Design signed feed ingestion → compare on-chain supply vs attested reserves → alert discrepancies.

**Example 3**

> “Can Stablecoin Studio issue an algorithmic coin?”

Studio targets reserve-backed operational patterns — pure algo stablecoins demand different risk disclosures and usually custom contracts.

## Troubleshooting

| Issue | Direction |
| --- | --- |
| CLI cannot reach RPC | Verify Hashio endpoint + credentials |
| Mint rejects | Role assignment / multisig threshold mismatch |

## References

- Local: [references/stablecoin-roles.md](references/stablecoin-roles.md), [references/algo-vs-reserve.md](references/algo-vs-reserve.md), [references/por-integration.md](references/por-integration.md), [scripts/bootstrap-stablecoin.md](scripts/bootstrap-stablecoin.md)
- Docs: [Stablecoin Studio index](https://docs.hedera.com/hedera/open-source-solutions/stablecoin-studio.md)

