Skip to content

Commit 140d6d2

Browse files
authored
docs: add VARA token CEX exchanges reference (#26)
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.
1 parent c0dbb19 commit 140d6d2

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ The repo is intended to be self-contained: use local `references/` handbook file
5555
- Build or extend a read-side indexer and query API for a Sails app: `skills/sails-indexer/SKILL.md`
5656
- Evolve a released Sails contract, prepare a new deployed version, plan cutover, or design V1->V2 migration: `skills/sails-program-evolution/SKILL.md`
5757
- Look up network endpoints, testnet/mainnet RPC, account format, or program lifecycle: `references/vara-network-endpoints.md`
58+
- Look up where to buy VARA on centralized exchanges (Coinbase, Gate, Crypto.com): `references/vara-token-exchanges.md`
5859
- Look up bridge contract addresses or bridged token program IDs: `references/vara-eth-bridge-contracts.md`
5960
- Understand Vara-Ethereum bridge flows, fee model, or integration patterns: `references/vara-eth-bridge-flows.md`
6061

references/vara-token-exchanges.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Vara Token Exchanges
2+
3+
Where the VARA token (native asset of Vara Network) is listed for trading on centralized exchanges. Lookup-only — for on-chain interaction patterns see `vara-network-endpoints.md`, and for the Ethereum-bridged form see `vara-eth-bridge-flows.md`.
4+
5+
## Centralized Exchanges
6+
7+
| Exchange | Pair(s) | Listing / Price Page |
8+
|----------|---------|----------------------|
9+
| Coinbase | VARA-USD, VARA-USDT, VARA-BTC | `https://www.coinbase.com/price/vara` |
10+
| Gate | VARA/USDT | `https://www.gate.com/trade/VARA_USDT` |
11+
| Crypto.com | VARA spot | `https://crypto.com/en/price/vara-network` |
12+
13+
Coinbase added VARA support in 2024 with the VARA-USD pair launched in phases. Gate.io was the launch venue (January 2024) and historically the deepest VARA/USDT market. Crypto.com lists VARA on its centralized exchange and price index.
14+
15+
## Verification
16+
17+
Exchange listings, available pairs, and per-region availability change. Before quoting any pair or URL to a user — especially inside generated frontend copy or `vara-brand-system` artifacts — open the listing page above and confirm the pair is still active. Treat this file as a starting point, not a source of truth.
18+
19+
For aggregate views across all listing venues (including DEXes and ones not covered here), CoinGecko's `vara-network` page and CoinMarketCap's `vara-network` page maintain a markets list.
20+
21+
## Related References
22+
23+
- `vara-network-endpoints.md` — RPC, explorers, SS58 format, **testnet faucet** (note: faucet gives free testnet VARA, not mainnet — "buy VARA" and "get testnet VARA" are distinct flows)
24+
- `vara-eth-bridge-flows.md` — bridge between Vara mainnet and Ethereum for users holding the wrapped form
25+
- `vara-eth-bridge-contracts.md` — bridge contract addresses and bridged token program IDs

0 commit comments

Comments
 (0)