@@ -80,8 +80,10 @@ Integration details live in
8080 ` URyhfFZLducFix2yroBuwf3jbGtU3BTRSTjgiiDuXNR `
8181- Token Contract Address:
8282 ` To be published after deployment and verification. `
83- - Verification Status:
84- ` Pending deployment. `
83+ - Verification Lifecycle:
84+ ` Pending Deployment ` -> ` Deployed (Unverified) ` -> ` Verified `
85+ - Current Lifecycle State:
86+ ` Pending Deployment `
8587
8688This is the publicly announced developer wallet intended for deployment
8789operations. The token contract address will be published separately after
@@ -92,9 +94,45 @@ This is NOT the token contract address.
9294Do not trust any token address until it appears on xenor-site and is marked as
9395verified.
9496
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 ` .
97+ ## Verification & Trust
98+
99+ ` xenor-site ` is the canonical source of truth for all launch-critical contract
100+ information.
101+
102+ The contract address is only valid when it appears here and is marked as
103+ ` Verified ` .
104+
105+ Do not rely on any external source for token addresses unless it is confirmed
106+ here.
107+
108+ Social posts may announce updates, but they are not the final authority.
109+
110+ Users should verify information here before acting.
111+
112+ ## Security Notice
113+
114+ XENOr does not distribute tokens via direct messages, private channels, or
115+ unofficial links.
116+
117+ XENOr does not run private token distribution through DMs or private channels.
118+
119+ Any such message should be considered malicious.
120+
121+ ## Token Definition (Minimal)
122+
123+ The token is a public utility surface for system interaction and a single
124+ canonical on-chain reference once deployment and verification are complete.
125+
126+ The token is not a guarantee of profit or financial return. It is not a promise
127+ of returns.
128+
129+ ## Canonical Update Flow
130+
131+ All launch-critical updates follow this sequence:
132+
133+ 1 . ` xenor-site ` is updated with the current deployment state.
134+ 2 . Contract verification is confirmed.
135+ 3 . Public announcements are made.
98136
99137## Repository Boundaries / Non-goals
100138
@@ -125,6 +163,8 @@ Token deployment and routing:
125163 site after deployment and verification
126164- ` NEXT_PUBLIC_CHAIN_ID ` — official network / chain id used by market and
127165 explorer routes once published
166+ - ` NEXT_PUBLIC_VERIFICATION_STATUS ` — verification lifecycle state:
167+ ` pending ` , ` deployed ` , or ` verified `
128168- ` NEXT_PUBLIC_TOKEN_ADDRESS ` — token address used for token intel lookups if
129169 it differs from the published contract field
130170- ` NEXT_PUBLIC_PAIR_ADDRESS ` — pair address for market references
@@ -162,6 +202,9 @@ Token intel and overrides:
162202 native lab for low-level incubation work
163203- [ ` xenor-sale ` ] ( https://github.com/XENOr-god/xenor-sale ) — archived
164204 historical work
205+ - [ ` xenor-xenus ` ] ( https://github.com/XENOr-god/xenor-xenus ) — downstream
206+ application project in the broader ecosystem; not part of the canonical stack
207+ and not a token source of truth
165208
166209## Contributing
167210
0 commit comments