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

# Why integrate ScripX

> What the ScripX API gives you without building any of it: a firm price for an exact amount, a counterparty on the other side, delivery-versus-payment settlement with a UTR on the payout, API-driven firm onboarding, statements and a tamper-evident audit trail.

Trading duty credit scrips without an exchange means finding a counterparty, agreeing a price with no published benchmark, checking the credit is real, transferring it on ICEGATE, and then chasing the money. ScripX collapses that into three API calls and one settlement guarantee.

## What you get on day one

* **A firm price, not a negotiation.** One [quote](/api-reference/trading/quote), one all-in number, good until `valid_until`. No rate calls, no haggling, no surprises after the fact.
* **A counterparty already there.** Depth on both sides, [live prices](/api-reference/trading/market-stream), and a published [reference rate](/api-reference/public/rates) anyone can check without a key.
* **Money that actually moves.** Matched, settled delivery versus payment, proceeds paid to the seller's bank with a UTR on the same business day.
* **Provenance you did not have to check.** A credit is quotable only once it has been screened, so `sellable: true` is enough to trade on.
* **The whole position, on demand.** [Positions](/api-reference/trading/positions), [statements](/api-reference/account/statements) and a [hash-chained audit export](/api-reference/account/audit-export) your auditor can verify offline.
* **Real-time status.** [Signed webhooks](/webhooks) for every milestone, so your product feels alive without a single poll.

## What you never have to build

* **Onboarding and verification.** [Register a firm](/api-reference/firms/create) and [verify it](/api-reference/firms/verify) from inside your own UI: the firm's credentials under its mandate, then a one-time authorization code. The experience stays yours.
* **A market.** Counterparties, depth and a benchmark price are already in place.
* **Settlement.** Funding, transfer, release, payout and reconciliation complete inside ScripX. Your integration reads results.
* **The safety layer.** Idempotent orders, structural price floors and ceilings, tenant isolation, scoped [child keys](/api-reference/keys/create), instant revocation.

## Built to integrate fast

* A [sandbox](/environments) that runs the full lifecycle with simulated money, so you can build and demo the entire experience before anything is live.
* [SDKs](/sdks) in Python and TypeScript, a public OpenAPI contract, and [AI-ready docs](/use-with-ai) your agent can code against.
* An [additive change policy](/api-reference/introduction#versioning-and-change-policy): build a tolerant reader once and it keeps working.
* **Scale built in.** Hundreds of firms behind one integration, a [direct quote per credit](/api-reference/trading/quote), a [child key](/api-reference/keys/create) per service, one audit trail across the book.

## One API, every side of the market

The same endpoints serve every role. An exporter [sells](/guides/exporter-sell), an importer [covers duty](/guides/importer-buy), a desk [books a cross](/guides/broker-desk), a group [nets internally](/guides/enterprise-group), and a platform [embeds all of it](/guides/platform-embed). You do not integrate a different product for each.

## The company behind it

ScripX is a product of Eximfiles, operated by Dreamfuel Technologies Private Limited. The platform, the settlement and this documentation are all first-party, from one team.

<Card title="Talk to us" icon="envelope" href="mailto:amin@eximfiles.io">
  Tell us what you are building. We set up your sandbox key the same day.
</Card>
