Clowder is a minimalistic platform for creating and managing CATs (Contribution Accounting Tokens) — fungible tokens used to track value contributions inside decentralized organizations.
Fun fact: A group of cats is called a "clowder".
Just like that, Clowder groups and tracks contributions from multiple members inside decentralized projects.
Clowder enables anyone to deploy a CAT (Contribution Accounting Token) with customizable minting rules and governance parameters.
These tokens serve as transparent accounting tools for DAOs and community-driven projects.
Learn more about CATs:
👉 https://docs.stability.nexus/about-us/the-stable-order/cats
Each CAT contract created through Clowder has the following properties:
- Initial supply starts at zero.
- The deployer becomes the initial owner.
- CATs can have multiple owners.
- All owners can mint tokens.
- Optional maximum supply to prevent inflation.
- Threshold supply defines unrestricted minting.
- Maximum expansion rate limits inflation above the threshold.
- Owners may permanently decrease max supply and threshold.
- Owners may reduce expansion rate permanently.
- Transfers may be restricted to existing holders.
- Owners may permanently disable transfer restrictions.
- “Create CAT” button → Navigates to CAT Creation
- Input field → User enters a CAT contract address
- “Use CAT” button → Navigates to CAT Page for that contract
Displays full CAT state:
- Total supply
- Max supply
- Threshold
- Max expansion rate
- Transfer restriction status
If wallet is connected and user is an owner, the page also allows:
- Minting tokens
- Updating parameters
- Form to input constructor parameters
- “Deploy CAT” button triggers contract deployment via factory
- Shows all CAT token contracts owned by the connected wallet
- No backend — ownership mapping is stored in the factory contract
- Next.js
- TailwindCSS
- ShadCN UI
- Viem / Wagmi for blockchain interactions
- Factory contract stores CAT ownership mapping
Follow these steps to run Clowder locally.
git clone https://github.com/your-username/clowder.git
cd clowdernpm install
# or
yarn installCreate a .env file in the project root:
NEXT_PUBLIC_PROJECT_ID=your-project-id
- Go to https://cloud.reown.com
- Log in or create an account
- Create a new project
- Locate the Project ID / API Key
- Place it in your
.envfile
npm run dev
# or
yarn devYour app will be available at:
- Stability Nexus Docs — https://docs.stability.nexus/
- Discord — https://discord.gg/YzDKeEfWtS
© 2025 The Stable Order