Skip to main content
This page records the documentation benchmark used to shape the Signalite Mintlify docs.

Reference docs reviewed

ProjectStrong pattern
Looping WHLPProduct overview, contract addresses, deposit flow, withdrawal queue, integrations, builder codes
Looping WHLP builder codesPartner acquisition and revenue attribution as a first-class integration topic
LiminalUser-level deposit, withdraw, destination, and strategy-unwind explanations
Liminal referralsExplicit partner commission terms and product exclusions
Morpho EarnClear split between onchain contracts, API data, SDKs, simulations, and revenue models
LI.FI EarnSingle integration promise for discovery, execution, and monetization
LI.FI Earn architectureFreshness windows, normalized vault data, and capability resolution
Privy EarnSimple wallet-action framing, real-time positions, gas sponsorship, revenue sharing, vault setup
Mintlify MermaidDiagrams-as-code for maintainable integration flows

Gap analysis

DimensionCompetitor baselinePrevious Signalite docsImplemented now
Flow of fundsWHLP and Liminal explain deposit, withdraw, and unwind flowsText only, no visual flowAdded Flow of Funds with Mermaid diagrams
AccountingMature vault docs distinguish rate, TVL, exchange rate, and backingBasic share-price explanationAdded Accounting and Proof
Queue semanticsWHLP documents request, solver, cancellation, expiryQueued redeem existed, but was not visually mappedExpanded queued redeem and flow diagrams
API/data layerMorpho and LI.FI make data APIs first-classAPI page existedOpenAPI tab plus sync workflow retained
SDK pathMorpho documents SDK/resource splitSDK quickstart existedSDK pages kept and readiness helpers documented
Partner revenuePrivy/Morpho/WHLP document fee or builder-code conceptsMissingAdded Partner Revenue as roadmap/sandbox model
Receive chainsLiminal makes destination explicitPresent but easy to missReceive networks page kept and tied into flow diagram
Operational gatesLI.FI-style freshness/capability patternPresentRelease gates and readiness pages kept
Audit packageWHLP exposes audit references and contract postureOnly mentioned in proseAdded Audit Package

Signalite positioning

Signalite is not trying to be a generic vault marketplace like LI.FI Earn, or a pure wallet-action abstraction like Privy Earn. The docs should position it as:
  • A single high-conviction sHLP product
  • A partner API for state, proof, history, and action quotes
  • A typed SDK for app integration
  • A transparent liquidity model with instant and queued exits
  • A constrained strategy with explicit readiness gates

Important differences

Signalite has a more complex lifecycle than a normal synchronous ERC-4626 vault:
AreaNormal vault expectationSignalite requirement
DepositUser receives shares immediatelySame, but assets may later be batched into strategy
PriceBacking is usually fully onchain in one contractAPI must include vault, strategy, Core, HLP, and in-flight buckets
WithdrawOften immediate if liquidInstant if buffer exists, queued if HLP unwind is required
ActivityTransaction history is enoughRedeem lifecycle state must be indexed and shown
Partner appCan read contract directlyMust use readiness, quote, and activity APIs

Partner documentation standard

Before a selected partner integrates, docs must make these states unambiguous:
  • Where user funds enter
  • Which contract mints shares
  • Which states count toward share price
  • When exits are instant
  • When exits are queued
  • How a pending redeem becomes claimable
  • Which actions can be cancelled
  • Which receive networks are native versus bridged
  • Which revenue-sharing features are live versus roadmap
  • Which contracts and operational services are in the audit scope

Remaining documentation gaps

These should not be claimed complete until the product implements them:
  • Live partner attribution field in quote/build endpoints
  • Referral commission accounting
  • External audit report page
  • Final public risk disclosure
  • Public uptime/SLA page

Implementation outcome

The docs now include the same categories mature competitors expose:
  • Product overview
  • Flow of funds
  • Accounting/proof
  • Deposit guide
  • Withdrawal guide
  • Activity lifecycle
  • API reference
  • SDK reference
  • Readiness/release gates
  • Partner revenue model