# Onchain-Offchain Capital Orchestration

One of the biggest onboarding challenges for most crypto platforms, including wallets, is on-ramping, i.e., users depositing funds into their accounts.  Most of these funds originate from already funded CEX accounts owned by users. To reduce the friction of onboarding, Orby enables wallets and platforms to link CEX accounts to onchain accounts.  Once an off-chain account, such as a CEX account, is linked to an on-chain account, Orby virtually unifies funds from both accounts and feeds that data into dapps, allowing those funds to be collectively used for transactions.  Upon transaction execution, funds are automatically transferred from the off-chain/CEX account to the on-chain account and used for the transaction in question.

{% hint style="info" %}
[Talk to us for access to the full developer docs.](https://calendly.com/d/crfw-z9w-nsx/talk-to-us)
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs-orby.orblabs.xyz/getting-started/onchain-offchain-capital-orchestration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
