> For the complete documentation index, see [llms.txt](https://docs.ledig.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ledig.io/introduction.md).

# Introduction

Welcome to the **Ledig API** 🎉

Ledig provides **institutional-grade infrastructure** for stablecoin and fiat liquidity across Africa and other emerging markets.

Our rails power **FX flows, cross-border payouts, and wallet management** for:

* Fintechs
* PSPs
* Trade finance providers
* Enterprises and global businesses expanding into high-growth markets

***

## 🌍 Why Ledig?

* **Built for institutions** – security, compliance, and scale at the core
* **Stablecoin-to-fiat liquidity** – seamless conversions across currencies
* **Wallet infrastructure** – both fiat and crypto, with full visibility
* **Settlement-ready** – accounts and wallets to keep flows clean and compliant

***

## 📝 Getting an Account

If you don’t yet have a Ledig account:

1. Visit our [home page](https://www.ledig.io)
2. Click **Request an Account**
3. Fill out the form

➡️ Our team will review and get back to you within **24 hours** with the next steps.

***

## 🔑 Keys & Webhooks

Once your account is active, head to **Settings** in the Ledig dashboard:

* Generate **new API keys**
  * ⚠️ Creating a new key overrides the previous one
  * A new **secret key** will be issued (store it securely)
* Add or update your **Webhook URL**
  * Used to receive **real-time notifications** for events like credits, debits, account updates

***

## 🔄 How It Works

Your application connects securely to the Ledig API. From there, you can:

* Check and manage **Fiat Wallets**
* Manage **Crypto Wallets**
* Set up and use **Settlement Accounts**
* Fetch **Rates & Instant Liquidity Contracts**
* Receive **real-time updates via Webhooks** back into your system

This flow ensures your systems are always in sync with Ledig’s infrastructure.

***

## 🌐 Environments

* 🧪 **Sandbox** → `https://sandbox.ledig.io`
* 🚀 **Production** → `https://api.ledig.io`

***

## 🚀 Next Steps

1. Request or activate your Ledig account
2. Generate your first API key and register your webhook URL in **Settings**
3. Head to the API Reference and start building


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.ledig.io/introduction.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
