ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 2/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/capgoblin/credex-protocol
Or

What 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:

  1. Ensure you have the OpenClaw CLI installed and initialized.
  2. Run the installation command: clawhub install openclaw/skills/skills/capgoblin/credex-protocol.
  3. Navigate to the installed skill directory.
  4. Configure your environment variables in your .env file, specifically WALLET_PRIVATE_KEY for transaction signing and RPC_URL for connecting to the Arc Network.
  5. 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_KEY is correctly exported in your environment before attempting transactions; unauthorized attempts will result in failures.
  • Credit Constraints: Always query the status command first. Attempting to borrow more than your availableCredit will 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

Author@capgoblin
Stars4072
Views1
Updated2026-04-13
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-capgoblin-credex-protocol": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#defi#credit#lending#arc-network#usdc
Safety Score: 2/5

Flags: network-access, code-execution