Resources
- Virtual Accounts - a persistent USD deposit account. Every deposit a user sends to it automatically mints stablecoins to a wallet - no quote or accept step.
- Orchestration Address - a persistent on-chain address. Every stablecoin deposit it receives is automatically off-ramped to a bank account - immediately, on a schedule, or once a balance threshold is met.
Mirror images of each other
Both are set up once, then forgotten: create the resource, share the resulting deposit instructions or address with whoever is sending funds, and HIFI handles the conversion every time value shows up - with no further API calls required per deposit.
Common Conventions
- No quote step: unlike Onramp, Offramp, Swap, and Bridge, neither resource is created through a quote-then-accept flow. Deposits convert at the live rate when they’re detected.
- Idempotency: creating either resource takes a client-supplied
requestId(UUID) or anIdempotency-Keyheader. Reusing the same key with the same payload returns the existing record instead of creating a duplicate; reusing it with a different payload is rejected withRESOURCE_CONFLICT(409). - Underlying transactions: every deposit still produces a normal Onramp or Offramp transaction under the hood. Tracking a specific conversion works the same way you’d track any other transaction -
GETit directly, or subscribe to its webhooks.
Transaction Monitoring
Every transaction an Orchestration resource produces goes through the same compliance monitoring as any directly-created Onramp or Offramp. While a produced transaction is being reviewed, itsstatus remains IN_REVIEW until compliance clears it. If HIFI’s compliance team needs more information to clear it, we will send a Request for Information (RFI).
Getting Help
- 📧 Email: support@hifi.com
- 💬 Slack: Message us in our shared Slack channel
Related Resources
- Virtual Accounts - Persistent USD deposit accounts
- Orchestration Address - Persistent on-chain deposit addresses
- Onramps - Fund a wallet from fiat
- Offramps - Pay out stablecoins to fiat