$CRE8 is launching on May 22nd. Beware of fake launches.
CRE8 Finance
CRE8 Finance
  • Introduction
  • Getting Started
    • The $8+ Trillion Service Economy
    • Tokenized Gigs: Turning Services into SPL Tokens
  • Smart Contract Architecture
    • Token Minting and Management
    • Escrow and Service Contract Logic
  • Gig Flow: From Listing to Escrow to Settlement
    • 1. Service Listing & Tokenization
    • 2. Buyer Purchases the Service (Escrow Initiation)
    • 3. Service Delivery Off-Chain
    • 4. Verification & Escrow Settlement
    • 5. Ratings and Reputation
    • Summary of the Flow with an Example
  • Platform Features, Applications and User Tools
    • Web App and Mobile Apps
      • Integrated Chat and Communication
      • Reviews and Ratings System
      • User Dashboard and Analytics
      • Wallet Integration (Non-Custodial)
      • Notifications and Real-Time Updates
      • Additional Features
  • $CRE8 Token
    • Utility Overview
      • Medium of Exchange
      • Platform Fee Currency
      • Staking and Rewards
      • Governance
      • Incentives and Rewards
      • Collateral / DeFi Utility
  • Fee Discounts
  • Tokenomics and Distribution
  • Staking Mechanism
  • Governance Rights
  • Summary of $CRE8 Benefits
  • APIs & SDK
    • Integrating with CRE8
    • API Overview
    • SDKs for Different Environments
    • Detailed API Endpoints (Examples)
    • Example Use Cases for APIs/SDKs
    • API/SDK Security and Rate Limiting
    • Developer Portal and Documentation
  • Developer Section
    • Examples, Formulas, and Integration Flows
    • Creating a Tokenized Service (via SDK)
    • Calculating Fees and Discounts
    • Escrow Milestone Release Calculation
    • Integration Flow: Web App Using CRE8 APIs
    • Architectural Diagram
    • Querying On-Chain Data
    • Developer Tips
  • Other Products
    • CRE8 Wallet
      • Wallet Architecture and Key Management
      • Integrated Features
      • Security Measures
      • Interaction with the Platform
      • Supported Assets
      • Non-Custodial Philosophy
  • The CRE8 Card
    • Concept Overview
    • How it works
    • Integration with Platform
    • Compliance for Card
    • Timeline and Status
    • Potential Impact of CRE8 Card
  • Community & FAQ
    • Glossary
    • FAQ
    • Legal
    • Privacy Policy
    • CRE8 Socials
Powered by GitBook

@CRE8 Technologies LLC

On this page
  1. Other Products
  2. CRE8 Wallet

Wallet Architecture and Key Management

  • Key Generation: When a user signs up for CRE8 and doesn’t already have a Solana wallet, the platform will assist in creating one. This likely involves generating a new keypair (public/private key) for the user. The private key can be derived from a mnemonic seed phrase. The wallet generation process emphasizes that the user must back up their seed phrase in a safe place (just like any crypto wallet). CRE8 might provide a user-friendly onboarding with warnings and a step-by-step backup flow.

  • Non-Custodial Nature: The private keys are typically stored locally on the user’s device:

    • In the web app, the key might be stored in the browser’s local storage encrypted by a password the user sets (or integrated with existing browser wallet extensions, meaning the user might not even expose their key to the web app if they use Phantom, etc.).

    • In the mobile apps, the key would be stored securely, often using the device’s secure enclave or keystore. The user might unlock the app with a PIN or biometrics, which then decrypts the key for use.

  • Multi-Account Support: The wallet could allow managing multiple accounts (keypairs) if a user wants to separate different identities or businesses.

  • Standard Compatibility: The wallet likely adheres to Solana’s standards (using ed25519 keys, possibly the same derivation path as other Solana wallets) so that it’s interoperable. A user could import their Phantom wallet into CRE8 Wallet or export their CRE8 Wallet keys to other wallets if they wish.

PreviousCRE8 WalletNextIntegrated Features

Last updated 3 days ago