Skip to content
@TribeWarez

Tribewarez

A TripTribe Recordings Division - Established 2025 - Makin Games with Quality, Soul and Spirit.

TribeWarez Logo

TribeWarez

AI-powered blockchain ecosystem evolving Proof-of-Work into Proof of Tensor Optimizations (PoT-O)
Multi-chain testnets • On-chain DeFi • Edge-device mining • Synthetic tensor challenges • Open alpha/beta on Solana + EVM

License: MIT PoT-O Validator CI Contracts CI pot-o-core on crates.io ai3-lib on crates.io Hugging Face Status: Live Beta

Jump to:
🤗 Hugging Face (Datasets & Models)💱 DeFi Portal🔮 Mystic📖 Docs


Overview

TribeWarez is an open-source (MIT) ecosystem pioneering Proof of Tensor Optimizations (PoT-O) — replacing energy-intensive hashing with verifiable tensor computations, neural path matching, and information-theoretic proofs. Built for low-power edge devices (ESP32, Raspberry Pi clusters), synthetic data generation, and multi-chain DeFi on Solana + EVM testnets.

Early 2026 status: Live beta / open alpha. Most components are experimental, actively developed, and progressively open-sourced. Expect evolving specs, rough edges, and rapid iteration.

🔓 Open Source Commitment: All core implementation logic is MIT-licensed and free to contribute. Some repositories are being cleaned up and stabilized — they will be fully opened for public contribution upon their 1.0 release. Several are open right now. Join the guild!

Key Features

  • PoT-O Consensus — Tensor-based proofs (MML path optimality + inference matching) per TW-RPC-001
  • Edge Mining — ESP32/ESP8266 firmware for solo mining tensor challenges
  • Synthetic Data Gen — Clustered challenge generation (Ch7 tensor dims & networking effects) → Hugging Face datasets
  • Multi-Chain Testnets — Solana validator + proxy, Geth EVM (chain ID 5555)
  • On-Chain DeFi — Staking, AMM swaps, vaults (Anchor programs / Solana smart contracts)
  • DeFi Games — On-chain games (Mystic Numbers and more) blending DeFi mechanics with gameplay
  • Apps & Tools — Mystic Scribe Engine (fun web app), docs portal, CLI miner
  • Extensible — Trait-based hooks for protocols, meshes, bridges

Ecosystem Repositories

⚙️ Core Protocol & Validator

Repo Description Language CI Links
pot-o-core Core types & utilities for PoT-O Rust CI crates.io docs.rs
ai3-lib AI3 support for validator/miner Rust CI crates.io docs.rs
pot-o-mining Mining coordination & neural-path logic Rust CI crates.io forthcoming
pot-o-extensions DeFi, staking, chain extensions Rust CI crates.io forthcoming
pot-o-validator PoT-O Validator HTTP API & consensus node Rust CI RPC: pot.rpc.gateway.tribewarez.com

📜 Smart Contracts & DeFi Programs

Repo Description Language CI Links
pot-o-contractz Solana programs (staking, AMM, vault/escrow) for PTtC/NMTC Rust (Anchor) CI DeFi Portal

⛏️ Mining Clients

Repo Description Language CI Links
esp-pot-o-miner ESP32-S / ESP8266 mining firmware C/C++ (PlatformIO) CI PlatformIO registry forthcoming
pot-o-miner-cli Self-contained bash CLI for PC mining Shell/Python CI

🧪 Synthetic Data & Research

Repo Description Language CI Links
pot-o-ch7-cluster Distributed synthetic Ch7 challenge generator (Pi/ESP32 clusters) Python/Jupyter CI HF Space 🤗 HF Dataset

🎮 DeFi Games

Repo Description Status Links
Mystic Numbers On-chain DeFi number game — first in the TribeWarez DeFi games series Coming Soon 🔮 mystic.tribewarez.com

🌐 Apps & Web

Repo Description Language CI Links
mystic-scribe-engine Fun web app — Mystic Scribe Engine TypeScript/JS Coming Soon 🔮 mystic.tribewarez.com
docs.tribewarez.com Documentation portal & RFC drafts Dockerfile/Markdown Build IETF drafts 📖 docs.tribewarez.com

Quick Start (Local Stack)

Prerequisites: Docker, Docker Compose, Git, Make

git clone --recurse-submodules https://github.com/TribeWarez/tribe
cd tribe
cp .env.example .env   # Edit with keys/secrets (never commit!)
make infra-up          # nginx-proxy + SSL
make web3-up           # DeFi portal, terminal, docs
make web3-rpc-up       # Testnet RPCs + PoT-O validator

Explore services:

Key Services

Service URL
DeFi Portal defi.tribewarez.com
Mystic / DeFi Games mystic.tribewarez.com
Terminal terminal.tribewarez.com
Docs docs.tribewarez.com
Hugging Face huggingface.co/Tribewarez
Solana RPC testnet-solana.rpc.gateway.tribewarez.com
EVM RPC testnet-eth.rpc.gateway.tribewarez.com
PoT-O Validator pot.rpc.gateway.tribewarez.com
Status API status.rpc.gateway.tribewarez.com

Documentation & RFCs

Contributing

We're in open beta — issues, PRs, and Discussions welcome!

🔓 All core implementation logic is open source under MIT. Most repositories are open for contribution right now. For stacks approaching their 1.0 release, full public contribution opens on release — check each repo's CONTRIBUTING.md or Discussions for current status.

Focus areas: bug fixes, challenge ideas, edge optimizations, DeFi program audits, synthetic data quality, DeFi game mechanics. Start with Discussions for ideas/questions.

This ecosystem is permanently open-source under MIT. Join the guild building tensor-first blockchain + AI infra.

💪 Let's optimize reality.

Security

Do not commit real API keys, client secrets, or private keys. Use .env (gitignored) or a secrets manager. Public endpoints do not expose internal URLs or credentials.

Pinned Loading

  1. docs.tribewarez.com docs.tribewarez.com Public

    Dockerfile

  2. pot-o-validator pot-o-validator Public

    PoT-O (Proof of Tensor Optimizations) Validator Service — HTTP API and consensus node for the TribeWarez testnet.

    Rust

  3. esp-pot-o-miner esp-pot-o-miner Public

    PoT-O mining firmware for ESP32-S and ESP8266.

    C 1

  4. ai3-lib ai3-lib Public

    AI3 support library for PoT-O validator and miner components.

    Rust 1

  5. pot-o-contractz pot-o-contractz Public

    Solana programs (smart contracts) for the Tribewarez DeFi platform supporting PTtC (Pumped TRIBE-Test Coin) operations.

    Rust 1

  6. octo-o-weaver octo-o-weaver Public

    Rust

Repositories

Showing 10 of 14 repositories
  • pot-o-validator Public

    PoT-O (Proof of Tensor Optimizations) Validator Service — HTTP API and consensus node for the TribeWarez testnet.

    TribeWarez/pot-o-validator’s past year of commit activity
    Rust 0 MIT 0 0 0 Updated Mar 13, 2026
  • octo-o-weaver Public
    TribeWarez/octo-o-weaver’s past year of commit activity
    Rust 0 0 0 0 Updated Mar 13, 2026
  • pot-o-contractz Public

    Solana programs (smart contracts) for the Tribewarez DeFi platform supporting PTtC (Pumped TRIBE-Test Coin) operations.

    TribeWarez/pot-o-contractz’s past year of commit activity
    Rust 1 MIT 0 0 0 Updated Mar 13, 2026
  • .github Public

    About us

    TribeWarez/.github’s past year of commit activity
    0 0 0 0 Updated Mar 8, 2026
  • pot-o-ch7-cluster Public archive

    Clustered generator for PoT-O Chapter 7 synthetic challenges — tensor dimensioning and networking effects from Part IV — Information-Theoretic Foundation of Spacetime (§3, §4, §7).

    TribeWarez/pot-o-ch7-cluster’s past year of commit activity
    Jupyter Notebook 0 0 0 0 Updated Mar 8, 2026
  • TribeWarez/docs.tribewarez.com’s past year of commit activity
    Dockerfile 0 0 0 0 Updated Mar 7, 2026
  • pot-o-mining Public

    Mining coordination and neural-path logic for PoT-O.

    TribeWarez/pot-o-mining’s past year of commit activity
    Rust 1 MIT 0 0 0 Updated Mar 6, 2026
  • esp-pot-o-miner Public

    PoT-O mining firmware for ESP32-S and ESP8266.

    TribeWarez/esp-pot-o-miner’s past year of commit activity
    C 1 MIT 0 0 0 Updated Mar 6, 2026
  • pot-o-extensions Public

    DeFi, staking, and chain extensions for the PoT-O validator.

    TribeWarez/pot-o-extensions’s past year of commit activity
    Rust 1 MIT 0 0 0 Updated Mar 6, 2026
  • pot-o-core Public

    Core types and utilities for PoT-O (Proof of Tensor Optimizations).

    TribeWarez/pot-o-core’s past year of commit activity
    Rust 1 MIT 0 0 0 Updated Mar 6, 2026

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…