Skip to content

DeFi Portal

defi.tribewarez.com

The DeFi Portal is the marketing and information site for the TribeChain ecosystem. It presents the token economy, live Solana token prices, the whitepaper, and links to all ecosystem products.

Features

Token Showcase

The home page displays all ecosystem tokens with live pricing:

TokenTickerSource
AUM Coin$AUMCOINGeckoTerminal API
Tribe Coin$TRIBECOINGeckoTerminal API
Rave Coin$RAVECOINGeckoTerminal API
Pumped TRIB€-test CoinPTtCGeckoTerminal API
Numerologic Master CoinNMTCGeckoTerminal API

The PumpFunPriceWidget component queries GeckoTerminal for Solana token prices in real time.

PTtC Page

Dedicated page at /pttc with:

  • Contract address and copy button
  • Live price chart (GeckoTerminal embed)
  • How to mint/trade via pump.fun
  • Links to Solscan, Telegram, Discord, X

Whitepaper

Multi-page whitepaper accessible at /whitepaper:

SectionPathContent
Main/whitepaperDynamic Coin ecosystem, tokenomics, bridge architecture
Play-to-Earn/whitepaper/play-to-earnGaming rewards model
Micro-Trading/whitepaper/micro-tradingSub-cent transaction fees
DIE-Mining/whitepaper/die-miningIoT mining with ESP devices

X Connect Wall

Optional onboarding gate:

  1. Connect X (Twitter) via OAuth
  2. Connect Solana wallet
  3. Claim 1000 NMTC + 1000 PTtC

Uses the Terminal backend (terminal.tribewarez.com) for OAuth and claim processing.

The home page links to all TribeWarez products:

  • ServerZ -- Server hub
  • Mystic Numbers -- Puzzle game
  • Terminal -- DeFi and gaming hub

Tech Stack

LayerTechnology
FrameworkReact 18, TypeScript
BuildVite 5
RoutingReact Router DOM 6
StylingTailwind CSS, shadcn/ui (Radix)
AnimationsFramer Motion
DataTanStack React Query
WalletSolana Wallet Adapter (Phantom, Solflare)
ChartsRecharts

Page Structure

/                   → Home (hero, tokens, features, ecosystem)
/pttc               → PTtC token page with live prices
/whitepaper         → Whitepaper hub
/whitepaper/play-to-earn
/whitepaper/micro-trading
/whitepaper/die-mining

Docker

Built with a multi-stage Dockerfile (Node 20 Alpine build → Nginx Alpine serve). Static files are served from the Vite build output.

Exposed on port 8881 internally, routed via VIRTUAL_HOST=defi.tribewarez.com.

The DeFi Portal should present token and DeFi information in a way that is consistent with the PoT-O RFC series:

  • PTtC and NMTC pricing and descriptions should match the token and PoT-O core economics defined in TW-RPC-001 and the token docs under /tokens/.
  • Staking views should reflect lock tiers, yield logic, and reputation semantics from TW-RPC-003 (tribewarez-staking).
  • Vault and treasury views should reflect the treasury model from TW-RPC-004 (tribewarez-vault).

For protocol-level details, link prominently to:

On defi.tribewarez.com, the main navigation and/or footer can include cross-site links such as:

  • PoT-O RFCshttps://docs.tribewarez.com/public/
  • Status Dashboardhttps://status.rpc.gateway.tribewarez.com
  • Docshttps://docs.tribewarez.com
  • Terminalhttps://terminal.tribewarez.com
  • Hubhttps://hub.tribewarez.com

These links turn the DeFi Portal into a first-class entry point into the PoT-O standards and live infrastructure.

TribeWarez Blockchain Ecosystem