Croisette Finance: Effortless, 24/7 investing managed by AI agents on the blockchain.
Croisette Finance is built to eliminate the "headache" and intimidation often associated with traditional investing. Currently, 55% of people leave their money in bank accounts where it loses value to inflation, and 80% of everyday investors lose money because they lack the time or expertise to manage complex portfolios. Croisette fixes this by replacing expensive brokers and "bankers' hours" with intelligent AI agents that work 24/7/365.
Unlike Wall Street, which remains frozen during weekends and holidays, Croisette stays active to react instantly to global news and market shifts. Users do not need a finance degree, they simply answer a few plain English questions about their goals and risk tolerance. The platform then automates the entire process, rebalancing portfolios and managing assets in real, time so users can grow their wealth without the stress of constant monitoring.
Croisette runs on Next.js with a backend that orchestrates ZeroClaw agents through 0G's LLMs via 0G-Compute-Adapter. Two agents power the platform: the Portfolio Builder walks users through risk assessment and portfolio construction using seven skills (emergency fund planning, FIRE calculation, investing education, strategy selection, allocation, risk psychology, and cost analysis), the Portfolio Manager then runs on a heartbeat loop, snapshotting on-chain balances, pricing them through the Uniswap Trading API, and proposing rebalancing swaps via Telegram that the user must explicitly approve before anything gets executed on-chain. We use cast for wallet management and transaction signing because agents and CLIs are a natural fit, and we plugged in Arc testnet for yield-bearing stablecoins and lending protocols. To prevent prompt injection tampering, every agent's core files are hashed into a manifest committed to 0G Storage (on-chain record), at runtime the system re-hashes and compares, flagging any mismatch as compromised.

