project0
Permissionless DeFi yield and credit on Solana via the Project 0 (P0) protocol. Deposit funds to earn yield across Solana's highest-yielding venues. Borrow stablecoins against deposited collateral instead of selling crypto. Execute advanced yield strategies via rate arbitrage and looping. All operations are on-chain and permissionless -- no accounts, no approval process. Note: This skill requires a wallet keypair to sign transactions. Use a dedicated wallet with limited funds -- never expose your main private key. The agent will always ask for confirmation before signing. Read-only operations need no keypair.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/borcherd/project-0What This Skill Does
The Project 0 (P0) skill empowers your OpenClaw agent to act as a permissionless DeFi prime broker directly on the Solana blockchain. By integrating with the P0 protocol, the agent can programmatically manage your digital assets across the most competitive lending venues, including P0's native pools, Kamino, and Drift. The primary function of this skill is to automate the search for yield, facilitate collateralized borrowing, and execute sophisticated financial maneuvers like rate arbitrage and looping strategies without requiring signups or custodial intermediaries.
Installation
To integrate this skill, ensure you have the OpenClaw CLI configured, then run the following command in your terminal:
clawhub install openclaw/skills/skills/borcherd/project-0
Ensure your agent environment has access to the necessary wallet configuration. It is highly recommended to use a dedicated wallet for this purpose rather than your primary cold storage keypair, as the agent requires signature capabilities for on-chain execution.
Use Cases
1. Yield Optimization and Credit Access
Use P0 to maximize returns on idle assets. Instead of liquidating your crypto positions to access liquidity, you can deposit your SOL or other assets as collateral to borrow stablecoins. This allows you to retain market exposure while satisfying immediate cash requirements. The agent will analyze your current portfolio to suggest the most lucrative deposit avenues.
2. Advanced Algorithmic Strategies
For experienced users, the agent can execute complex yield strategies such as rate arbitrage or looping. By comparing borrow and supply rates across different Solana lending markets, the agent can identify and execute setups that leverage your collateral to maximize total APY. Note that these strategies involve higher risk and necessitate active health monitoring of your loan-to-value (LTV) ratios.
Example Prompts
- "Analyze my current wallet holdings and suggest the best P0 deposit strategy for maximum yield."
- "I need $1,000 in USDC to cover expenses; borrow against my SOL collateral on P0 without selling."
- "Identify the highest-yielding looping strategy currently available for bbSOL on P0 and set it up for me."
Tips & Limitations
- Safety First: Never expose your primary wallet's private key. Always use a secondary 'hot' wallet with limited funds.
- Health Monitoring: Advanced looping strategies require constant oversight. Ensure your agent is configured to monitor loan health to avoid liquidation during periods of high volatility.
- Swap Requirement: If your wallet contains assets not supported by P0 banks, the agent may recommend swapping these for supported assets to participate in yield farming.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-borcherd-project-0": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api, code-execution