LogoLogo
  • Introduction
  • Why Trady?
  • Frequently Asked Questions
  • Legal & Contact
  • Roadmap
  • How Trady Works
    • Quickstart
    • Architecture Breakdown
    • Wallet Creation & Self-Custody
    • Swap System
    • CopySwap Engine
    • Wallet Reputation System
    • Trending Token Radar
    • Token Chat System
    • User Session Flow
    • Tech Stack Summary
  • User Guide
    • Getting Started
    • Creating Your Trady Wallet
    • Making Your First Swap
    • Using CopySwap
    • Wallet Safety Tips
    • Tracking Wallets & Performance
    • Using Chat Rooms
    • Exporting, Locking & Resetting Wallet
    • Beginner FAQ
  • CopySwap in Detail
    • What is CopySwap?
    • How CopySwap Works (Technically)
    • Trade Eligibility and Filtering
    • What Gets Copied?
    • Copy2Earn
    • Risks & Protection
    • Use Cases for Different User Types
  • Wallet Reputation Engine
    • Introduction
    • Why Wallet Scoring Matters
    • What the Reputation Score Measures
    • Reputation Tiers
    • Transparency: How Scores Are Shown
    • Example Use Case
    • Reputation + Copy2Earn
    • Roadmap: Smarter Reputation with AI
  • Trending Token Radar
    • Overview
    • How It Works
    • User Interface & UX Flow
    • Integration with CopySwap
    • Real-World Use Case
    • Accuracy & Limitations
    • Roadmap for Radar
  • Chat System
    • Introduction
    • How It Works
    • Message Types
    • Why Chat Matters in DeFi
    • Safety and Moderation
    • Future Plans for Chat
  • Wallet Management & Security
    • Why Self-Custody Matters
    • How Wallets Are Created
    • Local Storage and Encryption
    • Wallet Menu Features
    • Wallet Safety Tips for Users
    • Future Wallet Features
  • Fees, Token Utility & Launch
    • Introduction
    • Current Fee Structure (V1)
    • Future Fee Plans (V2 & Beyond)
    • $TRADY Token Utility
    • Tokenomics Summary
    • What Holding $TRADY Means
  • Ecosystem Integration
    • Introduction
    • Core Integration Partners
    • Cross-Platform Compatibility
    • Mobile Optimization
    • Backend Infrastructure & Performance
    • Future Ecosystem Integrations
    • Interoperability with Solana Standards
Powered by GitBook
On this page
Export as PDF
  1. Wallet Management & Security

How Wallets Are Created

When a user visits Trady and clicks “Create Wallet”, the following happens:

  1. A new Solana keypair is generated using @solana/web3.js

  2. The keypair is stored locally in your browser’s storage (not sent to any server)

  3. You’re given the option to export your private key immediately

  4. A public wallet address is shown in the app header

  5. You can start using the wallet for swaps, copy trades, and chat instantly

This process takes less than 2 seconds and works the same on desktop and mobile. The wallet is completely compatible with Solana dApps — it’s just generated differently.

PreviousWhy Self-Custody MattersNextLocal Storage and Encryption

Last updated 2 months ago