AsseteraAssetera Docs
Integrate

Integrating with Assetera

Connect as a distribution partner. The two integration modes, the tenant model, and where the token flow is documented.

Assetera is a B2B2C platform: regulated institutions offer Assetera's tokenized instruments to their own customers through one shared, multi-tenant Marketplace API. You are provisioned as a tenant of that API, and every customer and catalog request is resolved within that tenant context.

Before integrating, read Tenancy & responsibility: it covers how a tenant is resolved and who is responsible for KYC/AML under a reliance vs a tied-agent arrangement.

Choose the customer-onboarding model first

ModelIdentityCustomer due diligenceStart here
Tied agentYour app signs the customer up with Assetera. The Assetera user ID is the shared subject for KYC, wallet, and API calls.Assetera performs the agreed flow through MetaKYC embedded in your frontend.Tied-agent walkthrough
DSP with reliance agreementExisting partner identity, with federation or delegated integration where agreed.The partner supplies the agreed customer record and evidence under the reliance agreement.DSP integration

The legal and compliance model determines the technical route. Do not start by choosing an OAuth grant or copying an SDK snippet.

Choose the delivery pattern

How your customers reach the API depends on whether you bring your own frontend:

Assetera-hosted UIYour own frontend
Best forturnkey journeyspartners with an existing product
Users sign in viaAssetera-hosted pagesyour app → Assetera Identity (redirect)
Token handlingAssetera's backend holds tokens server-sideyour backend holds tokens server-side (BFF)
Also supports(n/a)machine-to-machine (client-credentials) for backend-only flows

In every mode the browser never holds a general Assetera API access token. A BFF keeps OAuth tokens and partner credentials server-side. The browser receives only an opaque session cookie and, when needed, a short-lived token restricted to one SDK or wallet audience.

The end-to-end journey

The exact onboarding steps differ by partnership model. Both routes end in a tenant-scoped customer context that Assetera services can authorize.

The tied-agent walkthrough shows how to wire this journey into your own Next.js app end to end. A tied agent selling a single instrument can settle by bank transfer instead of an on-chain order book: see Off-chain sale.

Next

On this page