# Credit runs on Sprinter ## Docs - [Disable Auto Top-Up](https://docs.sprinter.tech/api-reference/sprinter/credit/build-transaction-calls-to-disable-auto-top-up.md): Returns the removeCreditReceiver call if the receiver is currently whitelisted; returns empty calls if already disabled. - [Draw Credit](https://docs.sprinter.tech/api-reference/sprinter/credit/build-transaction-calls-to-draw-credit.md): Returns the calls needed to draw credit. If the user has sufficient registered collateral, the drawCredit call is returned. - [Enable Auto Top-Up](https://docs.sprinter.tech/api-reference/sprinter/credit/build-transaction-calls-to-enable-auto-top-up.md): Returns the calls needed to enable auto top-up. Checks on-chain state and only includes setOperator (if not already set) and addCreditReceiver (if not already whitelisted). - [Repay Debt](https://docs.sprinter.tech/api-reference/sprinter/credit/call-data-to-repay-credit-debt.md): Creates list of contract calls to approve USDC and repay debt to CreditHub - [Unlock Collateral](https://docs.sprinter.tech/api-reference/sprinter/credit/call-data-to-unlock-collateral.md): Creates list of contract calls to unlock and withdraw collateral and potentially unwrap position from earn vault - [Lock Collateral](https://docs.sprinter.tech/api-reference/sprinter/credit/calldata-to-lock-asset-as-collateral.md): Creates list of contract calls to lock assets as collateral for credit account. Supports both underlying assets (e.g., USDC) which are wrapped into earn vault first, and earn positions (e.g., gtUSDCp) which are deposited directly. - [Claim from Earn Vault](https://docs.sprinter.tech/api-reference/sprinter/credit/claim-position-from-earn-vault.md): Creates list of contract calls to Claim a position from an earn vault, converting vault shares back to the underlying asset. - [Get Collateral Details](https://docs.sprinter.tech/api-reference/sprinter/credit/get-collateral-asset-details.md): Returns detailed information about a collateral asset including APY estimate (if earn vault), price in USD, underlying asset, and earn service name - [Get Protocol Configuration](https://docs.sprinter.tech/api-reference/sprinter/credit/get-credit-protocol-configuration.md): Returns the credit protocol configuration including credit hubs and assets - [Get Operator Status](https://docs.sprinter.tech/api-reference/sprinter/credit/get-operator-status-for-an-account.md): Returns the current operator address and list of whitelisted credit receivers. - [Get Credit Account Info](https://docs.sprinter.tech/api-reference/sprinter/credit/get-user-credit-information.md): Returns credit details including collateral value, debt, health factor, interest, principal, and due date for a user account across all credit tokens - [Sprinter Credit API](https://docs.sprinter.tech/api-reference/sprinter/credit/overview.md): Full API reference for the Sprinter Credit engine — lock collateral, draw credit, repay, unlock, and manage earn vaults - [Unwrap from Earn Vault](https://docs.sprinter.tech/api-reference/sprinter/credit/unwrap-position-from-earn-vault.md): Creates list of contract calls to unwrap a position from an earn vault, converting vault shares back to the underlying asset. - [Wrap into Earn Vault](https://docs.sprinter.tech/api-reference/sprinter/credit/wrap-asset-into-earn-vault.md): Creates a list of contract calls (approve + deposit) to wrap an underlying token into an earn vault and receive vault shares. - [Governance](https://docs.sprinter.tech/governance.md): Sprinter Protocol governance structure and multisig management - [Sprinter Documentation](https://docs.sprinter.tech/index.md): Programmable credit infrastructure for people and AI agents - [What Is Sprinter?](https://docs.sprinter.tech/introduction.md) - [Partnerships](https://docs.sprinter.tech/partnerships.md) - [Agent Skills](https://docs.sprinter.tech/quickstart/agent-skills.md): Pre-built agent skills that use the Sprinter Credit API to autonomously manage credit positions - [Agent Credit Borrow](https://docs.sprinter.tech/quickstart/agent-skills/credit-borrow.md): Give AI agents access to credit — humans delegate collateral-backed credit lines, agents draw and repay autonomously - [Credit Health Monitor & Auto-Repay](https://docs.sprinter.tech/quickstart/agent-skills/health-monitor.md): Agent skill that monitors credit position health and automatically repays debt or tops up collateral - [Yield-Optimized Collateral Manager](https://docs.sprinter.tech/quickstart/agent-skills/yield-optimizer.md): Agent skill that rebalances collateral across earn vaults to maximize yield while maintaining credit position health - [Card Program Integration](https://docs.sprinter.tech/quickstart/card-program.md): Add credit-backed card spending to your card program — let cardholders spend against DeFi collateral via the Sprinter Credit API - [Credit Draw](https://docs.sprinter.tech/quickstart/credit-draw.md): Draw credit against locked DeFi collateral via the Sprinter Credit API — lock, draw, repay, unlock - [Authorization Webhook Handler](https://docs.sprinter.tech/quickstart/credit-draw/authorization-webhook.md): TypeScript implementation for handling card authorization webhooks with JIT credit draws via the Sprinter Credit API - [Wallet Integration](https://docs.sprinter.tech/quickstart/wallets-integration.md): Let wallet users borrow against their existing ETH and stETH — no selling, no bridging, just credit - [Sprinter Audits](https://docs.sprinter.tech/resources/audits.md): Security audits performed on Sprinter protocol smart contracts - [Sprinter Glossary](https://docs.sprinter.tech/resources/glossary.md): Key terms and definitions for the Sprinter protocol and Stash credit system - [Credit Accounts](https://docs.sprinter.tech/sprinter-credit/credit-accounts.md): EOA vs Smart Account — choosing the right account type for your Sprinter Credit integration - [Credit Engine](https://docs.sprinter.tech/sprinter-credit/credit-engine.md): How the Sprinter Credit Engine handles credit line creation, drawdowns, repayments, and liquidations - [Sprinter Credit](https://docs.sprinter.tech/sprinter-credit/overview.md) - [Policy Engine](https://docs.sprinter.tech/sprinter-credit/policy-engine.md): Credit Operators, delegation, and fine-grained controls for configurable credit - [Risk Management](https://docs.sprinter.tech/sprinter-credit/risk-management.md): Margin Period of Risk (MPOR)-driven risk framework protecting LPs from shortfall in Sprinter's credit system - [Supported Assets & Strategies](https://docs.sprinter.tech/sprinter-credit/supported-assets.md): Collateral assets, earn strategies, LTVs, and maintenance thresholds supported by Sprinter Credit - [Stash Points](https://docs.sprinter.tech/stash-points.md): Earn Stash points by participating in the Sprinter ecosystem through liquidity provision - [Sprinter Stash Contracts](https://docs.sprinter.tech/stash-v1/contracts.md): Smart contract addresses and details for Sprinter Stash liquidity hub, mining, and pools - [Stash API Integration Guide](https://docs.sprinter.tech/stash-v1/integration-guide.md): Guide for crosschain DeFi solvers to integrate with Sprinter Stash for on-demand credit borrowing - [Stash Solver Credit (V1)](https://docs.sprinter.tech/stash-v1/overview.md): Sprinter Stash is a credit-based liquidity protocol for crosschain solvers and liquidity providers ## OpenAPI Specs - [openapi](https://docs.sprinter.tech/api-reference/openapi.json) ## Optional - [GitHub](https://github.com/sprintertech)