Skip to content
View CashcatChain's full-sized avatar
  • Joined Aug 10, 2026

Block or report CashcatChain

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
cashcatchain/README.md

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.

Popular repositories Loading

  1. assets assets Public

    Forked from trustwallet/assets

    A comprehensive, up-to-date collection of information about several thousands (!) of crypto tokens.

    Go

  2. chainlist chainlist Public

    Forked from DefiLlama/chainlist

    JavaScript

  3. chains chains Public

    Forked from ethereum-lists/chains

    provides metadata for chains

    Kotlin

  4. viem viem Public

    Forked from wevm/viem

    TypeScript Interface for Ethereum

    TypeScript

  5. cashcatchain cashcatchain Public

    Solidity

  6. ccc-sdk ccc-sdk Public

    TypeScript