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

# Introduction

> Thiqwave is non-custodial stablecoin payment infrastructure for the MENA region — move value between fiat and stablecoins through a single API.

Thiqwave powers cross-border and domestic payments for businesses in the MENA region and emerging markets. Send and receive fiat, on-ramp to stablecoins, off-ramp to bank accounts, and settle across blockchains — all through a single API.

<CardGroup cols={2}>
  <Card title="How It Works" icon="gear" href="/concepts/how-it-works">
    Settlement architecture & flows
  </Card>

  <Card title="Environments & Console" icon="server" href="/guides/environments">
    Set up your account and start building
  </Card>

  <Card title="Guides" icon="book" href="/guides/receiving-payments">
    Step-by-step integration walkthroughs
  </Card>

  <Card title="API Reference" icon="code" href="/api/overview">
    Complete endpoint documentation
  </Card>
</CardGroup>

## What is Thiqwave?

We move value from point A to point B. Both points can be fiat or stablecoin.

This makes Thiqwave a cross-border settlement layer — a business in Dubai can pay a supplier in London, a platform in Riyadh can settle with a partner in Lagos, all without SWIFT, correspondent banking, or multi-day delays.

We enable five core capabilities through a single API:

* **Transfers**: Move value between any combination of fiat and stablecoin — on-ramp, off-ramp, bridge, swap, or fiat-to-fiat cross-border settlement — through one unified endpoint
* **Pay-ins**: Accept fiat deposits, receive stablecoins on-chain
* **Payouts**: Convert stablecoins to fiat, settle to bank accounts
* **On-chain FX / Swaps**: Convert between stablecoins and move assets across blockchains
* **Compliance**: Automated KYB, KYT, sanctions screening, and Travel Rule

**Non-custodial by design.** Thiqwave never holds your funds. We use MPC-based wallet infrastructure to secure assets — you maintain control.

**Built for MENA and emerging markets.** Thiqwave is purpose-built for GCC businesses and platforms, with an expanding corridor network serving cross-border payment flows across emerging markets.

## How it works

<Steps>
  <Step title="Sign up as a partner">
    Create your account at [console.thiqwave.com](https://console.thiqwave.com). You'll get access to the console, where you can manage keys, webhooks, and transactions.
  </Step>

  <Step title="Complete KYB verification">
    Our compliance team will verify your business details. This typically takes 24–48 hours.
  </Step>

  <Step title="Generate API keys">
    Once approved, create API keys in the console. Start in **staging** to test your integration, then generate **production** keys.
  </Step>

  <Step title="Make your first call">
    Use your API key to authenticate and call `/v1/quotes` to get a conversion rate. See the Quick Start guides below.
  </Step>
</Steps>

## Base URLs

**Production**

```
https://api.thiqwave.com
```

**Staging**

```
https://staging.api.thiqwave.com
```

<Info>
  All endpoints are prefixed with `/v1/`. Example: `https://api.thiqwave.com/v1/quotes`
</Info>

## Environments

Your API keys are scoped to a single environment.

* Use **staging** to test your integration and workflow before going live.
* **Production** keys are used only for real transactions and settlement.

Keep both keys secure. Never expose them in client-side code or version control. Always pass them in the `X-API-Key` header.

## SDKs & Libraries

The Thiqwave REST API is the primary integration surface — fully functional from any language or platform. All code examples in this documentation are shown in cURL, JavaScript, and Python.

Official SDKs are on the roadmap for:

* **JavaScript / TypeScript** (Node.js and browser)
* **Python**
* **Go**

We prioritize SDK releases based on partner needs. If your stack requires a specific SDK, let us know — we fast-track development for active integration partners.

## Support

Questions? We're here to help.

* **Email**: [support@thiqwave.com](mailto:support@thiqwave.com)
* **Status page**: [status.thiqwave.com](https://status.thiqwave.com)
