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

# Introduction

Welcome to the ENSC API documentation! ENSC is a Naira-backed stablecoin—a fully compliant digital asset offering unmatched trust and transparency. Our API enables businesses, exchanges, payment providers, banks, and individuals to seamlessly integrate ENSC into their applications, ensuring secure and regulatory-compliant transactions.

The API is designed for simplicity and security, allowing developers to manage assets, perform transactions, and monitor wallet activities with ease. You can find the ENSC contract addresses and supported networks [here](/integrations/contract-address).

Our ENSC API comes with libraries in [TypeScript](https://github.com/Prospera-Vest/ensc-typescript-api) and (soon) JavaScript, making it easy to:

* Mint or Issue ENSC
* Redeem or Burn ENSC
* Retrieve Your Mint Allocation
* Deposit ENSC for Cash-to-Bank transfers
* Check Your ENSC balance
* Approve or Transfer ENSC

### Jump right in

<Columns cols={3}>
  <Card title="Ready To Integrate" href="/ready-to-integrate">
    Tick your boxes ✅
  </Card>

  <Card title="Keys" href="/getting-started/security/generating-keys">
    Generate your business keys
  </Card>

  <Card title="API/SDKS" href="/libraries-sdks/client-libraries">
    Integrate now
  </Card>
</Columns>
