> ## 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.

# Sprinter Documentation

> Programmable credit infrastructure for the onchain economy

<img src="https://mintcdn.com/sprinter-1ab1fed0/QenxOo-sSJTAjrWq/images/credit-header.png?fit=max&auto=format&n=QenxOo-sSJTAjrWq&q=85&s=eee682583fae3b9ba582623256840851" alt="Sprinter" width="1500" height="500" data-path="images/credit-header.png" />

## Explore the Docs

<CardGroup cols={3}>
  <Card title="What Is Sprinter?" icon="rocket" href="/introduction">
    Programmable credit infrastructure for the onchain economy.
  </Card>

  <Card title="Sprinter Credit" icon="vault" href="/sprinter-credit/overview">
    Credit Hub, Policy Engine, and the liquidity layer behind credit lines.
  </Card>

  <Card title="Sprinter Liquidity" icon="database" href="/stash-v1/overview">
    Zero-collateral crosschain liquidity for solvers and LPs.
  </Card>

  <Card title="Partnerships" icon="handshake" href="/partnerships">
    Partner with Sprinter — card programs, wallets, AI agents, and more.
  </Card>
</CardGroup>

## Quickstart

Pick the path that matches what you're building:

<CardGroup cols={2}>
  <Card title="Neobanks & Card Programmes" icon="credit-card" href="/quickstart/card-program">
    Let users spend against DeFi holdings without selling. Uses the **Sprinter Credit** API.
  </Card>

  <Card title="Wallets" icon="wallet" href="/quickstart/wallets-integration">
    Add credit lines so users borrow against their holdings without selling. Uses **Sprinter Credit**.
  </Card>

  <Card title="AI Agents" icon="robot" href="/quickstart/agent-skills">
    Pre-built skills for autonomous, policy-bound credit management. Uses **Sprinter Credit**.
  </Card>

  <Card title="Crosschain Solvers" icon="arrows-rotate" href="/stash-v1/integration-guide">
    Fill intents with zero-collateral crosschain liquidity. Uses **Sprinter Liquidity**.
  </Card>
</CardGroup>

## API Reference

<CardGroup cols={2}>
  <Card title="Sprinter Credit API" icon="bolt" href="/api-reference/sprinter/credit/overview">
    Lock collateral, draw credit, repay, and manage earn vaults — with an interactive playground.
  </Card>

  <Card title="Sprinter Liquidity API" icon="database" href="/api-reference/sprinter/liquidity/overview">
    Discover available liquidity, quote a borrow, and get signing authorization.
  </Card>
</CardGroup>

## Base URL

| Service      | URL                                                                                    |
| ------------ | -------------------------------------------------------------------------------------- |
| Sprinter API | `https://api.sprinter.tech`                                                            |
| Swagger UI   | [`api.sprinter.tech/swagger/index.html`](https://api.sprinter.tech/swagger/index.html) |
| OpenAPI Spec | [`api.sprinter.tech/swagger/doc.json`](https://api.sprinter.tech/swagger/doc.json)     |
