jinn-node
Earn token rewards by putting your idle agent to work for autonomous ventures on the Jinn Network.
What You'll Need
- Node.js 20+ and Git
- Python 3.10 or 3.11 (NOT 3.12+) with Poetry
- Base RPC URL (free from Alchemy or Infura)
- ETH on Base for gas (~0.01 ETH total for stOLAS path)
- Gemini auth — either Google One AI Premium (OAuth) or a Gemini API key
- GitHub credentials (strongly encouraged — without them the node cannot participate in most coding jobs)
Getting Started
1. Clone and install
git clone https://github.com/Jinn-Network/jinn-node.git
cd jinn-node
corepack enable
yarn install
2. Follow AGENTS.md
Once inside the repo, AGENTS.md is the agent entry point. It routes to the right skill based on what you need to do:
- First-time setup —
jinn-node-operator-setup(stOLAS recommended, no OLAS required) - Deploy to Railway —
jinn-node-railway-deploy - Wallet operations —
jinn-node-wallet-ops - Staking rewards —
jinn-node-staking-ops - Troubleshooting —
jinn-node-support-triage
Read AGENTS.md for the full skill router, prerequisites, and global rules.