docs: add VARA token CEX exchanges reference#26
Merged
Conversation
Adds references/vara-token-exchanges.md listing the centralized exchanges where VARA is currently available (Coinbase, Gate, Crypto.com), with pair info and listing URLs. Wires it into the root SKILL.md router next to the existing endpoint/bridge lookups so skills and agents can answer "where do I buy VARA" without leaving the pack. Closes a gap surfaced when building branded frontend / brand- system artifacts that need to point users at an on-ramp.
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.
Summary
references/vara-token-exchanges.mdlisting Coinbase, Gate, and Crypto.com with VARA trading pairs and verified listing URLsSKILL.mdso the new lookup sits next to the existing endpoint/bridge referencesvara-network-endpoints.md(faucet vs. buy distinction) andvara-eth-bridge-flows.md(Ethereum-bridged form)Why
The pack had zero coverage of where to actually buy VARA — a gap that surfaces whenever a skill (e.g.
sails-frontend,vara-brand-system) needs to point a user at an on-ramp or fund a mainnet account. A grep for "Coinbase", "Gate", "Crypto.com", "CEX", "buy VARA" returned no hits before this change.A lightweight
references/file was chosen over a new skill because this is lookup-only knowledge, not a workflow.Test plan
make verifypasses (all 7 test files green)https://www.coinbase.com/price/vara,https://www.gate.com/trade/VARA_USDT, andhttps://crypto.com/en/price/vara-networkstill resolve to live VARA pages🤖 Generated with Claude Code