> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hypermid.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Unified API for cross-chain swaps, bridges, and fiat on-ramp across 90+ blockchains

# Welcome to Hypermid

Hypermid is a **unified Partner API** that gives you access to cross-chain swaps, token bridges, and fiat on-ramp functionality through a single integration. Instead of building separate integrations with multiple bridge protocols, DEX aggregators, and payment providers, Hypermid handles the complexity so you can ship faster.

Use the REST API directly or one of the official SDKs in **TypeScript, Python, Go, or Rust**. The **anonymous tier works out of the box** — no API key required to start. An API key is only needed if you're a partner with negotiated terms (custom fee splits, higher rate limits, scoped webhooks).

<CardGroup cols={2}>
  <Card title="90+ Chains" icon="link">
    EVM chains, Solana, Bitcoin, NEAR, TON, Tron, XRP, and more — all through one API.
  </Card>

  <Card title="Best Rates" icon="chart-line">
    Aggregates multiple bridge and DEX providers to find the optimal route for every swap.
  </Card>

  <Card title="Fiat On-Ramp" icon="credit-card">
    Let users buy crypto with fiat currency via the integrated RampNow provider.
  </Card>

  <Card title="Partner Dashboard" icon="gauge">
    Track volumes, revenue, and transaction analytics in real time.
  </Card>
</CardGroup>

## How It Works

Hypermid acts as a **server-side proxy** between your application and upstream providers. Your users never interact with bridge or DEX providers directly — all traffic flows through the Hypermid API.

```
Your App  →  Hypermid API  →  Bridge & DEX Providers
                ↕
         Partner Dashboard
```

This architecture provides several benefits:

* **Single integration** — one API key, one response format, one set of error codes
* **Rate limiting and caching** — Hypermid manages upstream rate limits so you don't have to
* **Fee management** — configure your fee tier once in the dashboard
* **Analytics** — all transactions are tracked and available via the Partner API

## Use Cases

| Use Case               | Description                                                                   |
| ---------------------- | ----------------------------------------------------------------------------- |
| **Wallets**            | Add cross-chain swap functionality to your wallet with a few API calls        |
| **dApps**              | Enable token bridging so users can interact with your protocol from any chain |
| **Payment Processors** | Accept payments on any chain and settle on your preferred chain               |
| **Trading Bots**       | Automate cross-chain arbitrage and portfolio rebalancing                      |
| **Fiat Gateways**      | Let users buy crypto directly in your app with credit card or bank transfer   |

## Capabilities

| Capability                 | Description                                 | Chains                                    |
| -------------------------- | ------------------------------------------- | ----------------------------------------- |
| **Cross-Chain Swaps**      | Bridge and swap tokens across blockchains   | EVM chains, Solana, and 90+ more          |
| **Intent-Based Transfers** | Deposit-based transfers for non-EVM chains  | NEAR, TON, Tron, XRP, DOGE, LTC, and more |
| **SuperSwap**              | Dedicated PulseChain bridge and DEX routing | PulseChain ↔ All supported chains         |
| **Fiat On-Ramp**           | Buy crypto with fiat currency               | Multiple chains and fiat currencies       |

## Next Steps

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Get your first swap running in 5 minutes.
  </Card>

  <Card title="API Reference" icon="book" href="/api-reference/overview">
    Explore all available endpoints.
  </Card>

  <Card title="Cross-Chain Swap Guide" icon="arrows-rotate" href="/guides/cross-chain-swap">
    Learn the full swap lifecycle.
  </Card>

  <Card title="SDKs" icon="cube" href="/sdks/overview">
    Pick a language — TypeScript, Python, Go, or Rust. All four expose the same method surface.
  </Card>
</CardGroup>
