← Index
Source: docs/features/dsrv-portal.md (auto-generated by scripts/generate-docs-html.mjs — edit the .md, not this file)

DSRV Portal — Institutional Custody Study & PoC

Goal: study how an on-chain finance platform like DSRV's "Portal" (institutional custody/wallet infra) is built, and turn that knowledge into small PoCs that plug into rabbit's existing surfaces — without holding a VASP license ourselves.

Source: jay's DSRV Portal analysis summary (2026-07-17, pasted in session — no separate source file; this doc is the canonical copy).

1. Core knowledge areas (what a platform like Portal is made of)

① MPC key management & custody (security)

② Multi-step approval & internal controls (governance)

③ Smart contracts & multi-chain abstraction (API)

④ Compliance & AML

2. Strategies without a VASP license

Strategy Angle How
A. B2B API subscription PM/planner Integrate a licensed custodian's (e.g. DSRV Portal) API/SDK for wallet create/query/transfer. Custody & regulatory risk stay with the VASP; we focus on product.
B. RWA / STO partnership Business We source the underlying asset (real estate, fractional investment) and off-chain contracts; token issuance/distribution/node infra is delegated to the Portal partner.
C. Open-source PoC Developer Hands-on with public sandboxes/SDKs — see below. This is the actionable track for rabbit.

3. Strategy C — concrete PoC items (rabbit-friendly)

  1. MPC wallet hands-on — Fireblocks Developer Sandbox or ZenGo's open-source MPC library; stand up a multi-party signing testbed.
  2. Account abstraction (AA) — ZeroDev / Biconomy SDK: social-login signer + sponsored gas, no raw private key exposed to the user. Overlaps with Verex's session-key / paymaster ideas (see ap2-test.md §smart-contract plan).
  3. Mini AML dashboard — monitor a wallet address's on-chain history via Etherscan API; flag simple risk heuristics. Could render as a panel under /portfolio or /xyz, reusing the Postgres from S6.

Suggested first cut: item 3 (mini AML dashboard) — smallest, needs only Etherscan API

Status

Backlog / study item — not yet scheduled into a roadmap phase. Pull into the roadmap (likely P3-adjacent) once S6 (DB) lands and after the XYZ demo items are decided.