{{ __('Mint 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('amount')

{{ $message }}

@enderror
@error('collateral_asset')

{{ $message }}

@enderror

Required: 0.00

@error('collateral_amount')

{{ $message }}

@enderror
@error('recipient_account')

{{ $message }}

@enderror
@error('reason')

{{ $message }}

@enderror
@error('authorization_code')

{{ $message }}

@enderror

Important Notice

This action will mint new {{ $stablecoin }} tokens and lock collateral. Ensure all parameters are correct before proceeding.

Cancel