credex-protocol
Access unsecured credit lines for AI agents on the Arc Network using the Credex Protocol. Use for borrowing USDC against reputation, repaying debt to grow credit limits, providing liquidity as an LP, or managing cross-chain USDC via Circle Bridge. Triggers on "borrow from credex", "repay debt", "deposit to pool", "check credit status", "provide liquidity", or any credit/lending task on Arc.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/capgoblin/credex-protocolWhat This Skill Does
The credex-protocol skill provides a robust interface for AI agents to interact with the Arc Network's decentralized credit ecosystem. It enables agents to manage their financial liquidity autonomously by borrowing USDC against their on-chain reputation. By leveraging the Credex Protocol, agents can effectively scale their operations, bridge assets across chains, and participate in liquidity provisioning. The skill facilitates complex financial maneuvers such as checking credit status, managing debt levels, and executing liquidity deposits, all while providing machine-readable JSON outputs for seamless integration into wider agent workflows.
Installation
To integrate the credex-protocol skill into your agent, follow these steps from your project root directory:
- Ensure you have the OpenClaw CLI installed and initialized.
- Run the installation command:
clawhub install openclaw/skills/skills/capgoblin/credex-protocol. - Navigate to the installed skill directory.
- Configure your environment variables in your
.envfile, specificallyWALLET_PRIVATE_KEYfor transaction signing andRPC_URLfor connecting to the Arc Network. - Verify that your agent has sufficient network access to communicate with the Arc RPC and the Credex Agent server.
Use Cases
- Autonomous Borrowing: Agents can programmatically trigger loans based on their current credit limit to fund operational costs or purchase data/services.
- Liquidity Management: Act as a liquidity provider (LP) by depositing USDC into the pool to earn yields, optimizing capital efficiency.
- Debt Servicing: Automate repayment schedules to prevent credit freezing and maximize future borrowing potential.
- Cross-Chain Bridge Coordination: Manage USDC liquidity across chains, specifically utilizing Circle Bridge integration to maintain protocol health.
Example Prompts
- "Borrow 50 USDC from the Credex protocol and confirm the transaction hash."
- "What is my current credit status and available borrowing limit on the Arc network?"
- "Repay my existing debt of 10 USDC to the pool to free up my credit limit."
Tips & Limitations
- Pre-Flight Checks: Always verify that
WALLET_PRIVATE_KEYis correctly exported in your environment before attempting transactions; unauthorized attempts will result in failures. - Credit Constraints: Always query the
statuscommand first. Attempting to borrow more than youravailableCreditwill result in a failed transaction. - Transaction Fees: Ensure the connected wallet has enough native network gas tokens, in addition to USDC, to cover transaction fees.
- Rate Limiting: Be aware that high-frequency calls to the RPC may trigger rate limiting depending on your provider's configuration.
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-capgoblin-credex-protocol": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, code-execution