@extends('layouts.app') @section('title','Profile') @section('content')
Account settings

Profile & wallets.

Manage optional identity details and review verified wallet connections.

Profile

@csrf @method('PUT')

Verified wallets

@foreach($user->wallets as $wallet)
{{ $wallet->address }}
Chain {{ $wallet->chain_id }} ยท Verified {{ $wallet->verified_at->diffForHumans() }}
@if($wallet->is_primary)Primary@endif
@endforeach

{{ config('app.name') }} stores public addresses and signed login challenges only.

Your data

Download account data

Export your profile, wallets, balances, transactions, and referrals.

Download My Data

Request account deletion

Accounts with a remaining balance cannot be deleted. Financial records may be retained where legally required.

@csrf
@endsection