# Stablecoin Abstraction and Orchestration

The GENIUS Act has ushered in an era of platform-specific stablecoins.  For most of these platforms, the goal of issuing a stablecoin is to generate yield from customers' idle US dollars.  Currently, the biggest challenge to such platforms is the fragmentation and lack of fungibility across stablecoins. By holding a specific platform's stablecoin, users are cut off from the networks of much larger stablecoins, such as USDT and USDC, thereby making it difficult for them to seamlessly participate in the broader crypto ecosystem, which heavily relies on these networks.&#x20;

With Orby, wallets and platforms can enable stablecoin abstraction. When stablecoin abstraction is enabled, all a user's stablecoins, including platform-issued stablecoins, are virtually unified, and their balances are fed to dapps as whatever required balance is (e.g. USDC or USDT balances).  As far as dapps are concerned, they become indistinguishable from larger stablecoins, such as USDC or USDT.  At the point of transaction execution, the platform-issued stablecoin is automatically converted into the required stablecoin. &#x20;

In other words, Orby enables platforms to instantly network all stablecoins, restore fungibility and capture the yield generated by stablecoins held by their users, rather than giving that yield away to incumbent stablecoin issuers.

{% 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/stablecoin-abstraction-and-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.
