Skip to Content
Home

ClaimRush Developers

Docs for smart-contract integrators, app and bot developers, and indexers.

Start here

  1. Getting Started — repo setup, local stack, integration rules, key params
  2. Repo Map — shipped repo surface, path roles, and entry routes
  3. Protocol Overview — the CLAIM stream, contract map, trust boundaries
  4. Choose a track:
GoalTypePage
Building an app / clientReferenceCore Mechanics, Furnace, Locks
Analytics / indexingReferenceEvents & Indexing
Building agentsReferenceAgents & Automation
Building keepersOperatorMaintenance & Bots
Upgrading live runtime contractsOperatorRuntime Proxy Upgrades
Locking runtime logic permanentlyOperatorFreeze-and-Burn Finality
Integration tutorialsReferenceTutorials

Naming map (UI vs protocol)

UIProtocol
CrownMineCore.currentKing + reign system
veCLAIM (overview at /veclaim)VeClaimNFT (public concept surface)
Locks (cockpit at /locks)VeClaimNFT (personal positions surface)
BaronsShareholderRoyalties (ETH royalties to veCLAIM holders)
FurnaceFurnace (enter → lock with bonus)
MarketMarketRouter (listings + bonus target escrow)
LP VaultLpStakingVault7D (Aerodrome WETH/CLAIM LP staking)
Bot accessDelegationHub (session registry for opt-in delegated agents)
Bundled CollectClaimAllHelper (one-call multi-surface payout + delegated wrapper)
CLAIMClaimToken (ERC20, 18 decimals)

Verbs: ETH payouts = “Collect” | LP rewards = “Harvest”

Source of truth

WhatFile
Master indexdocs/v1.0.0-index.md
Specdocs/spec/spec-v1.0.0.md
Constantssrc/lib/Constants.sol, docs/manuals/developer/appendix-constants-v100.md
Eventssrc/lib/Events.sol, docs/analytics/dune-integration-pack-v1.0.0.md
Rolesdocs/manuals/developer/security-guardian-pausing.md

Deployed addresses

See Getting Started — Deployed addresses.

Reference indexes

Scope

ClaimRush is the protocol (smart contracts, subgraph, keeper, SDK). The official application UI is proprietary and is not released. References to UI defaults in these docs describe integration guidance for apps built on the protocol — they are not a code release.

See TRADEMARKS.md . The protocol is licensed under the MIT License — see LICENSE . Contributions require signing the Contributor License Agreement — see CLA.md  and CONTRIBUTING.md .

See also