{{ __('Burn Stablecoin') }}

← Back to Operations
@if($stablecoinInfo)

{{ $stablecoinInfo['name'] }}

Current Supply

${{ number_format($stablecoinInfo['total_supply'] / 100, 0) }}

Collateral Ratio

{{ $stablecoinInfo['collateral_ratio'] }}%

Status

{{ $stablecoinInfo['active'] ? 'Active' : 'Inactive' }}
@endif
@csrf
@error('source_account')

{{ $message }}

@enderror
$

Available balance: 0.00 {{ $stablecoin }}

@error('amount')

{{ $message }}

@enderror

If checked, collateral will be released back to your account (minus fees)

@error('reason')

{{ $message }}

@enderror
@error('authorization_code')

{{ $message }}

@enderror

Important Notice

This action will permanently burn {{ $stablecoin }} tokens, reducing the total supply. This operation cannot be undone. Ensure all parameters are correct before proceeding.

Cancel