Skip to main content
Brale
Integrate Brale to issue and manage stablecoins on Spark with enterprise-grade infrastructure. Brale provides a complete stablecoin issuance and management platform on Spark, enabling businesses to create, distribute, and manage their own stable value tokens with full regulatory compliance.

Features



Quick Integration

import { BraleClient } from '@brale/client'

const client = new BraleClient({
  apiKey: 'your-brale-key',
  network: 'spark'
})

// Issue a new stablecoin
const stablecoin = await client.issueStablecoin({
  name: 'MyStablecoin',
  symbol: 'MST',
  decimals: 6,
  backingAsset: 'USD',
  initialSupply: '1000000'
})

// Mint additional tokens
const mint = await client.mint({
  stablecoinId: stablecoin.id,
  amount: '500000',
  recipient: 'spark:address'
})


Use Cases

Guides

Coming soon…

Documentation