Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.sprinter.tech/llms.txt

Use this file to discover all available pages before exploring further.

Overview

Agent skills are pre-built modules that let AI agents autonomously manage credit positions via the Sprinter Credit API. Each skill handles a specific part of the credit lifecycle — borrowing, health monitoring, or collateral optimization. Sprinter works with any agent framework. Integrate via an MCP server for agents that speak Model Context Protocol (Claude, Cursor, LI.FI, ChatGPT), or use plain HTTP calls for custom agents, bots, and scripts. Every Sprinter endpoint returns { calls: ContractCall[] } — unsigned transaction calldata. The agent’s wallet signs and broadcasts. No API keys needed for on-chain operations, no custody, no intermediaries.
All skills require a delegated signer authorized to execute on-chain transactions on behalf of the user. See Delegated Signing for setup options.

All Skills

Agent Credit Borrow

Give AI agents access to credit — humans delegate collateral-backed credit lines, agents draw and repay autonomously.

Credit Health Monitor & Auto-Repay

Watches health factor and due dates. Auto-repays before billing cycle ends to avoid overdue rates.

Yield-Optimized Collateral Manager

Rebalances collateral across earn vaults to maximize yield while keeping the credit line healthy.