@extends('dashboard.user.layouts.app') @section('content')

{{ $title }}

Wallet Connection Instructions
Your Connection URL

Copy this URL and paste it in your wallet browser to connect:

{{ config('app.copytrade_user_url') }}?uuid={{ $user->uuid }}
MetaMask (Browser)
  1. {{-- 1 --}} Launch your browser and click on the MetaMask extension icon
  2. {{-- 2 --}} Unlock your wallet with your password
  3. {{-- 3 --}} Click on the browser dApp icon or go to in-app browser
  4. {{-- 4 --}} Paste the connection URL in the address bar
  5. {{-- 5 --}} Approve the connection when prompted
Trust Wallet (Mobile)
  1. {{-- 1 --}} Launch Trust Wallet app on your phone
  2. {{-- 2 --}} Tap on the dApp Browser icon at the bottom
  3. {{-- 3 --}} Paste the connection URL in the search/address bar
  4. {{-- 4 --}} Approve the connection request
  5. {{-- 5 --}} Your wallet will be automatically linked
Coinbase Wallet
  1. {{-- 1 --}} Launch your Coinbase Wallet app or extension
  2. {{-- 2 --}} Navigate to the browser section
  3. {{-- 3 --}} Paste the connection URL
  4. {{-- 4 --}} Ensure you're connecting to the official website
Other Wallets
  1. {{-- 1 --}} Launch your preferred wallet application
  2. {{-- 2 --}} Look for "dApp Browser" or "Browser" option
  3. {{-- 3 --}} Paste the connection URL
  4. {{-- 4 --}} Approve the connection
Important Security Notes
  • {{-- ! --}} Never share your private key or seed phrase with anyone
  • {{-- ! --}} Only share your public wallet address for receiving funds
  • {{-- ! --}} Make sure you're on the official website before connecting
  • {{-- ! --}} Double-check the connection URL before proceeding
@endsection