deep dive — developer platform
The Partners Portal is how integrators get onto the Lavarage API. It's a secure console for creating and managing the API keys that authenticate calls to the protocol's REST endpoints — everything from opening and closing positions to reading market data and pool liquidity. As one of the engineers on it, I worked on the portal and the key-management flow that sits between a partner and the protocol.
01Access
Before a partner can touch an API key, they have to get through the door properly. The portal opens on a clean auth screen — create an account or log in — with authentication handled by Auth0 rather than anything hand-rolled, and the usual terms-of-service and privacy consent captured up front.
Everything past this point is gated behind login. That's deliberate: API keys are credentials that can open and close real positions and move funds through the protocol, so the console that mints them is treated as a secure surface from the very first screen.

02API keys
Inside, the dashboard is a straightforward key-management console. A partner can create a new API key, see every active key they hold with its unique identifier and creation timestamp, and revoke any key the moment it's no longer needed or might be compromised. Each key becomes the API key that authenticates the partner's calls to the Lavarage REST API.
That API is broad — core trading, portfolio operations, utilities, lending and staking, partner integration with webhooks and MEV protection, and market data — all rate-limited per key to keep any one integrator from overwhelming the protocol. The portal's job is to make the credential behind all of that easy to issue, easy to see, and easy to cut off.

outcome
The Partners Portal is the on-ramp to the Lavarage API — secure sign-up, self-service key creation, and one-click revocation for the credentials that authenticate every integration. It has enabled secure API key management for 20+ partners building on top of the protocol.
more deep dives

A decentralized spot margin trading platform, specializing in long-tail assets.

A decentralized lending platform for liquidity providers to create, monitor and manage loan offers.

A production-grade DeFi super-app on Sei spanning money market, cross-chain bridge, and token swap.