Nothing identifying reaches your servers. The widget mints a profile token in the browser and works from that.
Build on the
protocol.
GrydFi is infrastructure, not a product you resell. Everything the network does — consent, matching, disclosure, lifecycle — is a typed message you can send and receive. Embed the widget, integrate the API, or implement the protocol yourself.
Three ways in.
All three reach the same network and the same institutions. Pick the one that matches how much of the surface you want to own.
Widget embed
A script tag renders the whole consent-and-offer flow inside your product, on its own origin. Your servers never see a name, a phone number or a PAN.
Server-to-server API
Publish your credit criteria, receive matches as they happen, confirm terms, and report the loan lifecycle back. You keep your own interface end to end.
Implement the protocol
The Grid protocol is a set of typed messages. Any institution can implement it directly with the open-source protocol SDK and speak to the network as a peer.
The one-line version
The widget is served from its own origin, validates every message against your registered domains, never reads your DOM and never writes to browser storage. Set the locale and it renders in your user's language.
<script src="https://widget.gridfy.in/v1/embed.js"
data-channel-id="ch_yourapp_prod"
data-product="personal_loan"
data-locale="en"
data-container="#credit-slot">
</script>Consent is the API.
Consent is granted a step at a time and can be withdrawn the same way. Withdraw one and the network cascades it for you — that is behaviour you inherit, not behaviour you implement.
Every grant carries a purpose and an expiry, and is recorded in a ledger the borrower and their regulator can both read.
A withdrawal propagates to every participant that relied on it. You get a signed event; you do not maintain the graph.
The tier model, the scopes each step unlocks and the event names are in the integration reference below.
Start in the sandbox.
An isolated instance with mock providers and synthetic profiles. Sign-up is self-serve and free; no call, no contract.
Onboarding figures are current targets from the product spec, not measured medians — we will publish measured numbers once there is a production series worth quoting.
The integration reference is shared with partners.
Protocol capability is public — every message type, endpoint and event payload is not. Enter your partner access phrase to open the reference, or request access and we will send one.
Why gated? Publishing the full message surface hands a map of the protocol to anyone. Partners get it on request; the capability story below is public and always will be.
Sandbox access is instant.
Production access follows one call. Bring your use case; we'll bring the phrase for the reference.