Skip to content

Commit 4909f11

Browse files
committed
docs: tighten launch source-of-truth copy
1 parent c392248 commit 4909f11

3 files changed

Lines changed: 13 additions & 4 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,15 @@ This is the publicly announced developer wallet intended for deployment
8787
operations. The token contract address will be published separately after
8888
deployment and verification.
8989

90+
This is NOT the token contract address.
91+
92+
Do not trust any token address until it appears on xenor-site and is marked as
93+
verified.
94+
95+
`xenor-site` is the canonical publication surface for launch-critical contract
96+
details. Social posts may announce updates, but the canonical verified contract
97+
reference must live on `xenor-site`.
98+
9099
## Repository Boundaries / Non-goals
91100

92101
- This is not the authoritative core logic repo. Use `xenor-core` for that.

app/contract/contract-content.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const sharedContractCopy = {
8888
description:
8989
"These are the launch-facing facts that can be stated without inventing unpublished deployment details.",
9090
explanationTitle: "Wallet vs token contract",
91-
explanation: developerDeploymentWalletExplanation,
91+
explanation: `${developerDeploymentWalletExplanation} This is NOT the token contract address.`,
9292
cards: {
9393
wallet: {
9494
label: "Developer wallet",
@@ -316,12 +316,12 @@ const sharedContractCopy = {
316316
safety: {
317317
title: "Risk / Disclaimer",
318318
text:
319-
"Do not treat the developer deployment wallet as the token contract address. Do not infer tokenomics, network details, treasury meaning, LP status, or governance terms until they are explicitly published and verified.",
319+
"Do not treat the developer deployment wallet as the token contract address. This is NOT the token contract address. Do not trust any token address until it appears on this page and is marked as verified. xenor-site is the canonical publication surface for launch-critical contract details. Social posts may announce updates, but the canonical verified contract reference must live on xenor-site.",
320320
},
321321
finalNote: {
322322
title: "Keep the launch surface narrow.",
323323
body:
324-
"This page should publish only deployment facts, official links, and clearly bounded next steps. Everything else belongs in the stack documentation until it is actually published.",
324+
"This page should publish only deployment facts, official links, and clearly bounded next steps. Everything else belongs in the stack documentation until it is actually published. Do not trust any token address until it appears on this page and is marked as verified.",
325325
},
326326
numbers: {
327327
justIndexed: "Just indexed",

xenor-native

0 commit comments

Comments
 (0)