Skip to content

FTHTrading/browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

6 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Digital Giant Browser

Phase Engine Wallet Agent

A managed, white-label Chromium-based browser for Digital Giant clients. Tabs, omnibox, profiles โ€” plus an integrated DG Wallet (BIP-39 native + EIP-1193 bridge), x402 payment rails, an agent module that runs entirely on a local LLM, and enterprise policy controls. Built as a real desktop binary, not a web app.

Authoritative plan: docs/CHROMIUM_BUILD_PLAN.md Product home: digitalgiant.xyz ยท Entity: FTH Trading / Unykorn Labs


Table of contents

๐ŸŸฃ Product

Document Description
docs/00-TABLE-OF-CONTENTS.md Color-coded full index
docs/01-PRODUCT-CANON.md Source of truth โ€” what we ship
BUSINESS_GOALS.md Revenue tiers, FTH 4-layer stack
REQUIREMENTS.md FR / NFR / SEC / CMP requirements

Engineering

Document Package
docs/CHROMIUM_BUILD_PLAN.md Authoritative build plan โ€” engine choice, milestones, costs, code-signing, white-label pipeline
docs/modules/BROWSER_MODULE.md packages/shell-cef ยท native window contract
docs/modules/WALLET_MODULE.md packages/dg-wallet ยท dual identity layer
docs/modules/AGENT_MODULE.md packages/agent-bridge + packages/agent-shell-bridge ยท sovereign agent + IPC
docs/02-ENGINE-DECISION.md Historical CEF vs Electron decision โ€” superseded by CHROMIUM_BUILD_PLAN.md
docs/08-ROADMAP.md M1โ€“M4 timeline
packages/shell-cef/ Primary browser shell
packages/shell-electron/ Fallback spike
packages/sidecar-ui/ React agent side panel
packages/agent-bridge/ OpenClaw + Browser Use
packages/extension/ โš ๏ธ Dev prototype only

๐ŸŸข UX & GTM

Document Description
docs/03-UX-VISION.md Three-screen story, private search
docs/04-COMET-BENCHMARK.md Comet competitive benchmark
docs/05-GTM-CLIENT.md Client tiers, sales motion

๐Ÿ”ด Legal & Security

Document Description
TRADEMARKS.md Sovereign Browserโ„ข, Unykornยฎ, SNPโ„ข, LPS-1โ„ข, DONKโ„ข
LEGAL_PROTECTIONS.md IP, SLA framework, export awareness
docs/06-SECURITY.md Approval gates, Zenity lessons
docs/07-COMPLIANCE-CITES.md Zenodo DOIs, Basel/ISO awareness
LICENSE BSL 1.1 + commercial terms
CONTRIBUTING.md Contribution guidelines

Architecture

flowchart TB
    subgraph Browser["Sovereign Browser (client install)"]
        CEF[CEF / Electron shell]
        OMN[Omnibox + tabs]
        SID[Sidecar UI โ€” DONK]
    end

    subgraph Agent["Agent plane"]
        OC[OpenClaw gateway]
        BU[Browser Use + CDP]
        DONK[DONK mesh]
    end

    subgraph Unykorn["Unykorn control plane"]
        SNP[SNP namespaces]
        X402[x402 paid.unykorn.org]
        LAW[law.unykorn policies]
        CORPUS[Corpus RAG 1831 docs]
    end

    subgraph Trust["Trust layer"]
        LPS[LPS-1 provenance]
        DOI[Zenodo DOIs]
        ATP[Apostle Chain ATP]
    end

    CEF --> OMN
    CEF --> SID
    SID --> OC
    OC --> BU
    OC --> DONK
    OMN --> CORPUS
    OMN --> SNP
    SID --> X402
    X402 --> ATP
    SID --> LPS
    CORPUS --> DOI
    OC --> LAW
Loading

Control plane: ~170 FTHTrading repos ยท 151 operator sites ยท OpenClaw agent fleet ยท Cloudflare edge (hail/law/x402).

Not the browser: storm.unykorn.org is Storm Ops HUD โ€” operator deck only.


Quick start (developers)

Prerequisites

  • Windows 11 or macOS 14+
  • OpenClaw gateway on http://127.0.0.1:18789 (operator stack)
  • Chromium-based browser for extension dev prototype

1. Clone

git clone https://github.com/FTHTrading/browser.git
cd browser

2. Extension dev prototype (not ship path)

# Verify gateway
curl http://127.0.0.1:18789/health

# Chrome โ†’ chrome://extensions โ†’ Load unpacked โ†’ packages/extension/

Edit packages/extension/config.js for your local gateway URL.

3. Next engineering (M1)

See docs/08-ROADMAP.md โ€” start CEF spike in packages/shell-cef/.


Monetization tiers

Tier Price Buyer
Creator Studio $49โ€“149/mo Authors, creators
Business $499โ€“2k/mo Web3 teams, agencies (white-label)
Enterprise Custom Regulated / air-gapped

Plus x402 action fees ยท namespace fees ยท marketplace rev share. Details: BUSINESS_GOALS.md.


Research citations

DOI Subject
10.5281/zenodo.18646886 LPS-1 literary provenance
10.5281/zenodo.18729652 Genesis Protocol proof index

Corpus: 2,998 harvested ยท 1,831 manifest documents for local RAG.


Repo structure

browser/
โ”œโ”€โ”€ README.md                 # This file
โ”œโ”€โ”€ LICENSE                   # BSL 1.1
โ”œโ”€โ”€ TRADEMARKS.md
โ”œโ”€โ”€ BUSINESS_GOALS.md
โ”œโ”€โ”€ LEGAL_PROTECTIONS.md
โ”œโ”€โ”€ REQUIREMENTS.md
โ”œโ”€โ”€ docs/                     # Canon + engineering docs
โ”œโ”€โ”€ packages/
โ”‚   โ”œโ”€โ”€ shell-cef/            # Primary engine (M1)
โ”‚   โ”œโ”€โ”€ shell-electron/       # Fallback
โ”‚   โ”œโ”€โ”€ sidecar-ui/           # React side panel
โ”‚   โ”œโ”€โ”€ agent-bridge/         # OpenClaw + Browser Use
โ”‚   โ””โ”€โ”€ extension/            # Dev prototype ONLY
โ””โ”€โ”€ .github/                  # Issue + PR templates

License

Source code: Business Source License 1.1 โ€” production and white-label require commercial license.

Third-party components (Chromium, CEF, etc.) retain their original licenses.


Sovereign Browserโ„ข ยท Unykornยฎ ยท DONKโ„ข ยท SNPโ„ข ยท LPS-1โ„ข
Copyright ยฉ 2026 FTH Trading. Chromiumยฎ is a trademark of Google LLC.
This product is not Google Chrome.

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors