Skip to content

docs(depin): Wave DePIN — P203 Mini as four-armed DePIN node#29

Draft
gHashTag wants to merge 1 commit into
mainfrom
feat/wave-depin-2026-07-04
Draft

docs(depin): Wave DePIN — P203 Mini as four-armed DePIN node#29
gHashTag wants to merge 1 commit into
mainfrom
feat/wave-depin-2026-07-04

Conversation

@gHashTag

@gHashTag gHashTag commented Jul 4, 2026

Copy link
Copy Markdown
Owner

Что это

Wave DePIN whitepaper — переопределение Tri-Net как сети вознаграждений (Helium-style + edge compute) на существующем железе (P203 Mini + AD9361 + Trinity-контракты).

Не меняет main. Не разворачивает контракты. Не заявляет revenue. Draft — под human review.

Ключевые вклады

  • Четыре supply-плеча на одной плате: Transport (mesh-relay), Compute (edge ternary inference), Coverage (5.8 GHz PoC), Sensor (RF atlas + GPS-jam).
  • Каждое плечо привязано к семи существующим checks в MiningPool.claimReward(). Никаких изменений в контрактах не требуется.
  • Токеномика на месте: TRI 3^27 supply, 0% premine, 9 halvings 2026-2066, Era 0 = 1000 TRI/proof.
  • Позиционирование vs Helium/Akash/Bittensor: дополнение, не конкуренция. Заявление compute-anchor (единственная сеть, где чип подписывает результат вычисления) явно помечено [Open conjecture] до tape-out 2026-12-16.
  • Честность: все Trinity silicon-метрики (1 GOPS @ 50 MHz @ 1W, x4-8 energy) отмечены как pre-silicon. Mainnet не задеплоен. Genesis Day не наступил.

Файлы

  • docs/WAVE_DEPIN_2026-07-04.md (296 строк) — whitepaper
  • docs/_recon/DEPIN_COMPETITORS_2026-07-04.md (255 строк) — разведрапорт 12 DePIN-сетей, все значения со ссылками на первоисточники

Что дальше (после merge)

  1. Обновить weekly cron 64822c1c — добавить 12 DePIN-игроков в watch-list.
  2. Артикулировать P2 DEMO GATE как одновременно military-mesh + DePIN-node demo (transport + coverage proofs live на 3-node triangle).
  3. Prep для Hub71+ AI Cohort 20 (deadline 2026-08-02) через golden-chain-international.

Границы (что этот PR НЕ делает)

  • Не деплоит контракты.
  • Не заявляет -hw статус для чего-либо после radio/README.md и smoke/M1_RESULTS.md.
  • Не переписывает docs/STRENGTHEN.md.
  • Не мержит сам себя.

Anchor: phi^2 + phi^-2 = 3

Co-Authored-By: Perplexity Computer agent@perplexity.ai

Introduce Wave DePIN whitepaper (docs/WAVE_DEPIN_2026-07-04.md, 296 lines):
- Four supply-side arms on one P203 Mini: Transport, Compute, Coverage, Sensor
- Each arm tied to existing MiningPool.claimReward() seven checks
- Tokenomics anchored to written trinity-contracts: 3^27 TRI, 0% premine,
  9 halvings 2026-2066, Era 0 = 1000 TRI/proof
- Demand-side across four segments: military/gov, humanitarian/telecom,
  Web3-composability, commercial UAV
- Positioning vs Helium (identity-anchor via ECC608), Akash (no attestation),
  Bittensor (software-only Yuma) — Tri-Net complements, does not compete
- Compute-anchor claim: only network in surveyed field where chip signs
  computation result, not only identity — [Open conjecture until tape-out
  2026-12-16 silicon back]
- Honesty ledger: all Trinity silicon numbers -sim/pre-silicon; no mainnet
  deployment yet; ownership not renounced

Add DePIN competitor recon under docs/_recon/DEPIN_COMPETITORS_2026-07-04.md
(255 lines, 12 networks × 12 fields, every value URL-linked to fetched source).

No main touched. Draft PR — human merge only per docs/AUTONOMOUS.md.

Anchor: phi^2 + phi^-2 = 3

Co-Authored-By: Perplexity Computer <agent@perplexity.ai>
@gHashTag gHashTag added drone-mesh TRI-NET drone-mesh track documentation Docs labels Jul 4, 2026
gHashTag added a commit that referenced this pull request Jul 4, 2026
Rewrite README + ROADMAP with:
- Honest status table: what is hw, what is -sim, what is projected
- DePIN four-arm supply model (Transport / Compute / Coverage / Sensor)
  layered on same P203 Mini as drone-mesh — each arm settles through the
  seven MiningPool.claimReward() checks in trinity-contracts
- Measured metrics from smoke/M1_RESULTS.md + radio/README.md (M1 binary
  534604 B, sha256 e5abc335...7290a, AD9361 SNR 108.6 dB at LO 5.8 GHz)
- Trinity tokenomics summary: 3^27 supply, 0% premine, 9 halvings 2026-2066
- Trinity papers RU (VAK track) — sister repo gHashTag/trinity-papers-ru
  cross-referenced: GoldenFloat GF16 (K-1), 84-format catalog (K-1),
  Russia 3.0 Troica open letter, Habr GoldenFloat+Setun popsci
- Full roadmap P0..P8 with dates: P1.5 LOCAL_FLASH triad now, P2 DEMO GATE
  target 2026-08, P6 silicon back post-tape-out 2026-12-16, P7 Genesis Day

Add docs/LOCAL_FLASH.md — step-by-step three-board bring-up:
- Inventory checklist (JTAG, UART, SD, cross-toolchain)
- SD boot image prep + first ARM-Linux boot per board
- AD9361 5.8 GHz digital loopback per board (three RC=0 target)
- smoke-m1 static armv7l musleabihf on all three boards
- Three-way X25519 handshake (M4 dry-run), six-of-six line target
- Software-mock DePIN proofs (transport / coverage / sensor) — explicit
  mock=1, silicon=0 markers, no compute-proof mock (silicon-only)
- Explicit boundaries: no RF emission, no mainnet deploy, no compute-proof
  claim, no auto-merge

References to docs/WAVE_DEPIN_2026-07-04.md and docs/_recon/DEPIN_COMPETITORS_2026-07-04.md
will resolve once PR #29 (feat/wave-depin-2026-07-04) is merged. This PR is
independent and can be merged either before or after PR #29.

Anchor: phi^2 + phi^-2 = 3

Co-authored-by: Perplexity Computer <agent@perplexity.ai>
gHashTag pushed a commit that referenced this pull request Jul 9, 2026
Iteration 4 of the 2026-07-10 wave — light doc-drift cleanup, facts only.

Corrected against ground truth (verified 2026-07-10):
- #[test] blocks 110 -> 101 (tests/ dir removed 2026-07-07); command src tests -> src
- Rust source lines 4 463 -> 4 544
- "T27 ported: 1" clarified to "68 in tree / 1 wired into src" (the cited
  command returns 68, contradicting the 1)
- build snippet comment 110 -> 101, все в src/

Relinked moved files (now under docs/archive/): STRENGTHEN.md,
WAVE_N3_AUDITABILITY_GAP, W7_WEAK_POINTS_STRUCTURAL.

De-linked files not on main (live in unmerged PR #29): WAVE_DEPIN,
_recon/DEPIN_COMPETITORS — annotated as such.

Added a note that radio/README.md was deleted 2026-07-07; current
reproducible RF evidence is docs/W12_E2E_RF_TEST_RESULTS.md (30/30).

No broken relative links remain in README. No code touched.

Refs #58, #59.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

phi^2 + phi^-2 = 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Docs drone-mesh TRI-NET drone-mesh track

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant