Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CashCat Chain

CashCat Chain is a fast, low-cost EVM blockchain where CASHCAT is the money — every transaction fee is paid in CASHCAT, not ETH. It's an Arbitrum Orbit Layer 3 built on Arbitrum Nitro, settling to Robinhood Chain, and fully EVM-compatible.

This repository is the open-source codebase for the chain: the on-chain contracts (CCC bridge, LP staking), the off-chain services that operate them, node-operator configuration, and the canonical list of deployed addresses.

Chain ID 2274228
Native gas token CASHCAT
RPC https://rpc.cashcat.network
Explorer https://explorer.cashcat.network
Settlement layer Robinhood Chain (chain ID 4663)
Stack Arbitrum Orbit / Nitro (BoLD)

What's in here

Path What
contracts/bridge CCCLockbox (Robinhood) + BridgedCCC (CashCat Chain) — the 1:1 CCC bridge
contracts/staking StakingRewards + FeeCollector — real-yield LP staking funded by chain revenue
relayer The bridge relayer and the staking reward keeper (config-driven, no secrets)
node How to run a CashCat Chain node (Nitro config template + docker-compose)
deployments Canonical deployed addresses (cashcat-2274228.json)
docs Network details, contracts, bridge and staking guides

Tokens & DEX

  • CCC — the ecosystem token. Native on Robinhood Chain (0xddeC0170…6615), bridged 1:1 onto CashCat Chain (0xf8bdba72…ed07) by the contracts in contracts/bridge.
  • CASHCAT — the native gas coin. WCASHCAT (0x52E816c6…424B) is its ERC-20 wrapper.
  • DEX — a full Uniswap v2 / v3 / v4 deployment plus a Universal Router. All addresses are in deployments/cashcat-2274228.json.

Contracts

Everything here is verified on the explorer. Build with Foundry:

forge build
forge test

Solidity 0.8.30, optimizer 200 runs. The bridge and staking contracts are minimal and self-contained (no external library dependencies).

License

MIT — see LICENSE.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages