Reconcile the published wiki against the current monorepo
The public GitHub wiki still described a pre-launch state that no
longer matches the code or the reconciled docs/wiki corpus:
- Eight economic modules -> nine (0x01-0x08, 0x0A/spot), with Programs
correctly identified as a real module ID 0x09 that never writes
balances directly, instead of the previous (incorrect) claim that
Programs was "not a ninth module ID". Added the Spot module row and
a short description across Home, Modules, and Protocol.
- "Limited beta opens September 7" / "no public endpoints yet" /
"source-available" framing replaced with the current state: the
public network exposes a gateway API and a faucet, and the project
is licensed under the Apache License, Version 2.0 (matching the
repository LICENSE file), across Home, Protocol, Finality,
Developers, Security, and Status.
- Repository links fixed from the old Sidiora-Labs/LayerX-Protocol
name to the current Sidiora-Labs/Paxeer-X-Network remote.
- Paxeer's node source (go.mod, chain.mk, daemon/, node/, modules/,
consensus/, sdk/, rpc/) actually lives at the repository root, not
under a paxeer-network/ subdirectory as several pages claimed;
fixed across Home, Protocol, Finality, Modules, and Developers,
while keeping the paxeer-network/vX.Y.Z release-tag convention that
docs/MONOREPO.md confirms is still current.
- Fees: replaced a fee-meter table (SIGVERIFY/STATE_READ/HASH/...)
and a sequencer/guarantor/insurance-fund basis-point revenue split
that do not exist anywhere in lxp_fee.h or lxp_fee.c with the
actual coefficient-based schedule (base_fee, per_activity_type_unit,
per_encoded_byte, per_execution_unit, per_storage_unit,
multiplier_basis_points) and the real treasury account (system:fees).
- Status: rewrote the milestone table and license timeline, which
described beta and the open-source license as pending, now that
both have shipped; qualification-in-progress language kept for what
is genuinely still ongoing.
- Converted several plain-text "Start here" / cross-page mentions to
working [[Page Name]] wiki links for consistency with the rest of
the wiki.
Payments.md and _Sidebar.md needed no changes; both already matched
the current code and link correctly to all nine other pages.
Signed-off-by: Sidiora Development Team
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Signed-off-by: Sidiora Development Team <andresrodriguez11005@gmail.com>