Docs
Deposit

TitanDeFi docs

Vault infrastructure

A simple view of how TitanDeFi wallets, vault accounting, deposits, and dashboard balances fit together.

System layers

Wallet

Your TitanDeFi wallet

Users create or connect a wallet in the app.

Deposit

USDT on Ethereum mainnet

Users fund the wallet with USDT and submit a deposit from the dashboard.

Accounting

Contract-defined rewards

The vault records tier-based base accrual and deposit-based referral rewards. It does not implement an on-chain trading strategy.

Dashboard

Account tracking

The dashboard shows deposits, rewards, referrals, reinvestments, and withdrawals.

Why this matters

The implemented system combines live vault reads with finalized indexed history and Postgres-held application state. The dashboard keeps the user-facing view simple: principal, contract-accounted rewards, reinvestment, referrals, and exit state.

What users should check

  • The wallet address in the dashboard.
  • The network and token contract: canonical Ethereum-mainnet USDT at 0xdAC17F958D2ee523a2206206994597C13D831ec7.
  • The selected tier.
  • The deposit, reward, referral, and withdrawal status.

Last updated on July 31, 2026