@extends('layouts.app') @section('title','Withdraw') @section('content')
Move value

Withdraw securely.

Requests are reviewed by an administrator before an on-chain transfer.

No private keys stored

New request

@csrf
Safety checklist

Verify before submitting.

Confirm the asset and network match the destination wallet. Blockchain transfers cannot normally be reversed after processing.

Withdrawal history

@forelse($withdrawals as $item)@empty@endforelse
ReferenceAssetAmountNetStatusTransaction hash
{{ $item->reference }}{{ $item->asset->symbol }}{{ $item->amount }}{{ $item->net_amount }}{{ $item->transaction_hash ? str($item->transaction_hash)->limit(22) : '—' }}
No withdrawals yet.
@endsection