Data sources & methodology
Full transparency on how every token value on GAG Calc is computed and where the data comes from.
Trade Tokens, not Sheckles
All pet trade values on this site are reported in Trade Tokens — the in-game Trade World currency introduced in the 2025 update. We follow the same convention as game.guide,tradekitsune.com and growagardencalculator.com. Sheckles are a separate currency and are no longer used to model pet trade value (they remain the unit for crop sell value).
How we compute pet trade tokens
Two-tier system depending on data availability:
1. Verified Datapoints (64 pets)
For top-traded pets we maintain hand-curated weight → token anchor tables cross-checked against game.guide, tradekitsune and growagardencalculator. Values between anchors use simple linear interpolation — the same methodology as growagardencalculator.com.
tokens(weight) = interpolate(datapoints, weight)
finalTokens = tokens(weight) × mutationMult × demandFactorEach verified pet has 6–9 datapoints spanning hatch weight to max weight, with anchor spacing exponential at the top end (which is where token values explode in the real economy — e.g. Disco Bee jumps from 400 tokens at 61 kg to 120,000 tokens at 114 kg). Pets with this status display a Verified Datapoints badge.
2. Formula Estimate (242 pets)
For pets without enough community trade data yet, we use a rarity-aware default curve. The shape is the same Disco-Bee–calibrated curve, but the peak multiplier (max-weight tokens ÷ base tokens) varies by rarity, because low-tier pets have much flatter curves in practice:
| Rarity | Base @ 1kg | Peak (× base) | Max wt tokens |
|---|---|---|---|
| Common | 1 | 5× | ~5 |
| Uncommon | 2 | 12× | ~24 |
| Rare | 5 | 30× | ~150 |
| Legendary | 12 | 120× | ~1.4K |
| Mythical | 28 | 360× | ~10K |
| Divine | 80 | 720× | ~57K |
| Prismatic | 250 | 720× | ~180K |
These pets display a Formula Estimate badge so you know the value is approximate.
What we deliberately do NOT model
- Age. Modern community calculators (game.guide, tradekitsune, growagardencalculator) all ignore age — weight is the only input that matters at trade time. Age is just an indirect way to reach a target weight.
- Giant tier bonuses. Older formulas added +5/12/18% by hatch weight class. This is no longer needed because the per-pet datapoint table already encodes heavier pets being worth more.
- Sheckle conversion. Trade Tokens have no fixed Sheckle price — converting one to the other would invent a number that doesn't exist in-game.
Modifiers (apply to both tiers)
| Factor | Range | Notes |
|---|---|---|
| mutationMult | 1× → 5× | Shiny 1.15×, Rainbow 2.5×, Ascended 5×. |
| demandFactor | 0.5× → 2× | User-adjustable market signal. |
Where datapoints come from
For our 64 Verified pets, datapoints are cross-checked against:
- game.guide per-pet weight tables (token snapshots, e.g. Disco Bee 70kg → 5K tokens)
- tradekitsune.com realtime offer/request engine
- growagardencalculator.com manually verified trader anchor tables
- Community email submissions — trade screenshots sent to [email protected]
- In-game testing by the editorial team
We require ≥2 sources to agree within 15% before a datapoint moves.
4-layer verification pipeline
- In-game testing — formulas verified by playing the game, not extracting code.
- Community submissions — trade evidence sent via email.
- Cross-source check — we require ≥2 independent sources to agree before publishing.
- Editorial review — final value approved by the GAG Calc team.
What we use
- Fandom Wiki crawl — pet/crop names, images, source eggs (286 pets, 436 crops verified)
- Roblox Thumbnail API — official pet image source
- Discord trade channels — live community submissions
- game.guide / tradekitsune snapshots — cross-reference for verified pets
Update cadence
- Codes: every 2–3 days.
- Value list (Verified pets): weekly review of datapoints.
- Tier list: weekly.
- New pets: within 24h of game update (auto-crawl from Fandom).
- Events: within 24h of release.
Public changelog
Every value update logged at /changelog with timestamps.
API access
Full data available via our free REST API. Each pet endpoint includes its dataSource field so you can see if values are verified or formula.
Disagree with a value?
Submit evidence (trade screenshot or 2+ confirming traders) to our Discord. Verified corrections roll out within 24 hours and are logged in the public changelog.