Skip to content

PoT-O RFC Implementation Mapping

This page ties the PoT-O-related Tribechain RPC RFCs to their concrete code locations and running services. It is intended as a practical guide for developers who want to validate the RFCs against live implementations.

TW-RPC-001 — PoT-O Core (PoT-O V2)

  • Specification

  • Code

    • Off-chain validator: gateway.tribewarez.com/testnet.rpc.gateway.tribewarez.com/pot-o-validator/
    • Consensus logic: pot-o-validator/mining/src/pot_o.rs, pot-o-validator/mining/src/challenge.rs, pot-o-validator/mining/src/neural_path.rs, pot-o-validator/mining/src/mml_path.rs
    • Tensor engine and ESP compat: pot-o-validator/ai3-lib/
    • Solana program: gateway.tribewarez.com/testnet.rpc.gateway.tribewarez.com/programs/tribewarez-pot-o/src/lib.rs
  • Services

    • PoT-O validator HTTP API (testnet): https://pot.rpc.gateway.tribewarez.com (see /health, /status, /challenge, /submit)
    • Solana RPC gateway: https://testnet-solana.rpc.gateway.tribewarez.com
    • Status dashboard: https://status.rpc.gateway.tribewarez.com (PoT-O panels)

TW-RPC-003 — Staking (PoT-O V3)

  • Specification

  • Code

    • Solana program: gateway.tribewarez.com/testnet.rpc.gateway.tribewarez.com/programs/tribewarez-staking/src/lib.rs
    • Off-chain integrations: pot-o-validator/extensions/src/defi.rs, pot-o-validator/extensions/src/pool_strategy.rs
  • Services

    • DeFi staking UI: https://defi.tribewarez.com (staking views)
    • Status dashboard staking metrics: https://status.rpc.gateway.tribewarez.com (staking section)

TW-RPC-004 — Vault / Treasury (PoT-O V4)

  • Specification

  • Code

    • Solana program: gateway.tribewarez.com/testnet.rpc.gateway.tribewarez.com/programs/tribewarez-vault/src/lib.rs
  • Services

    • DeFi vault UI: https://defi.tribewarez.com (vault views)
    • Treasury metrics and proposals: https://status.rpc.gateway.tribewarez.com (vault/treasury section)

TW-RPC-005 — PQC, Tor/Onion, Mesh (PoT-O V5)

  • Specification

  • Code

    • PQC signature integration: pot-o-validator/core and pot-o-validator/src/ (via ProofAuthority trait; see TW-RPC-005 for details)
    • Tor/overlay configuration: Docker and infra scripts in gateway.tribewarez.com/testnet.rpc.gateway.tribewarez.com/ and the tw-web3-infra-stack referenced there
  • Services

    • Tor/onion endpoints (where configured): *.onion addresses for pot.rpc.gateway.tribewarez.com and the Solana RPC gateway
    • Status dashboard PQC/Tor widgets: https://status.rpc.gateway.tribewarez.com (PQC/Tor/mesh section)

Non-Normative Applications

Several applications consume PoT-O-related tokens or signals and are useful for validating the effect of these RFCs at the application layer:

These are not standards by themselves but serve as concrete, testable integrations of the PoT-O RFC series.

TribeWarez Blockchain Ecosystem