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. How Trady Works

Wallet Creation & Self-Custody

One of Trady’s most important innovations is the instant wallet generation system. Users can create a Solana wallet directly from their browser, in seconds — without extensions or installations.

Process:

  1. User visits Trady and clicks “Create Wallet”

  2. A Keypair is generated client-side using @solana/web3.js

  3. The secretKey is stored in localStorage (optionally encrypted)

  4. The public key is used for all swap & copy operations

  5. User can export or delete/reset their wallet at any time

Key Points:

  • Fully self-custodial — user owns the private key

  • Private key is never transmitted to any backend server

  • Wallet can be exported in Phantom-compatible format

  • Session timeout and manual lock available in settings

  • Future roadmap includes optional PIN lock & session encryption

PreviousArchitecture BreakdownNextSwap System

Last updated 2 months ago