docs(tbv): mainnet (Beta) documentation collection#451
Draft
web3jenks wants to merge 2 commits into
Draft
Conversation
Adds a parallel "Trustless Bitcoin Vault — Mainnet" docs collection under docs/trustless-bitcoin-vault-mainnet/, sourced from the reviewed, code-validated Confluence mainnet pages. Beta framing throughout (capped, allowlisted; numeric values "to be announced at launch"). Sections: Start Here, Network Info, Building on TBV, Operators, Technical Details, Security, Research, Reference. Adds a trustlessBitcoinVaultMainnet sidebar and a provisional "TBV Mainnet" navbar item. - Technical Details mirror the published Testnet pages (canonical, PR #449); their cross-links point to the Testnet collection. - Reuses the existing architecture diagram (10.png). - Fees page included but marked draft/skipped (not finalized) until launch, mirroring the Testnet docs. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
🔐 Commit Signature Verification✅ All 2 commit(s) passed verification
Summary
Required key type: Last verified: 2026-07-10 03:07 UTC |
QA against the contracts found a stale signature carried over from the published Testnet Technical Details: `reorderVaults(uint256[] newOrder)`. The actual AaveAdapter function is `reorderVaults(bytes32[] permuted)` — the argument is a permutation of the position's vault IDs, not indices. Corrected in both the Mainnet collection and the Testnet page so they stay aligned and code-accurate. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TBV Mainnet documentation (Beta) — prepared branch
Adds a parallel mainnet docs collection so we're prepared for launch. Not tagged for review yet — this is a staging branch.
What's here
docs/trustless-bitcoin-vault-mainnet/— 32 published pages sourced from the reviewed, code-validated Confluence mainnet pages.trustlessBitcoinVaultMainnetsidebar + a provisional "TBV Mainnet" navbar item (placement TBD — may later fold under the single Trustless Bitcoin Vault home).Sections: Start Here · Network Info · Building on TBV · Operators · Technical Details · Security · Research · Reference.
Technical Details = published Testnet (source of truth)
Per the decision that the published technical details are canonical, the mainnet Technical Details pages mirror the published Testnet pages (merged in #449), and their cross-links point to the Testnet collection. The Confluence mainnet Technical Details pages were aligned to match as well.
Fees — skipped / not finalized
fees/fees.mdxis included but markeddraft: true(excluded from the build and sidebar), mirroring the Testnet docs. The fee model will be decided before mainnet launch, at which point the page is completed and the flag removed.Architecture diagram
Reuses the existing
10.pngdiagram on the Protocol architecture page.Not included yet
Local production build passes (
docusaurus build,onBrokenLinks: throw).🤖 Generated with Claude Code