The state
EmpoorioChain has one stable asset, DUSD, native, on a testnet, unissued to the public. It has no third-party stablecoin. No payments company, bank or issuer has deployed or announced anything on it. The page this replaces announced a major payments company's stablecoin arriving on another chain.
Path 1 — ERC-20 through Frontier
An issuer deploys its standard Solidity token to chain id 2026. It works exactly as on Ethereum: MetaMask sees it, Hardhat deploys it, the issuer's existing mint/burn/blacklist logic runs unchanged. What it does not get: native display in Eoonia (an ERC-20 is shown through the EVM view, not the asset list), runtime-enforced compliance (pallet-compliance applies to native assets), gas payable in it, or the DEX's native pools — unless it also registers a native mirror. This is the fast path for an issuer who wants to be on the chain with minimal change.
Path 2 — native asset in pallet-emp-assets
The issuer creates an asset id with metadata, becomes its admin, mints against its reserve, and — this is the point — attaches runtime-enforced rules: pallet-compliance holder requirements, pallet-sanctions screening, freezing. Every wallet shows it automatically; the DEX pairs it natively; a paymaster can sponsor fees in it; Solidity reaches it via the 0x1155 precompile. This is the path that makes the chain's design worth choosing; it requires the issuer to learn Substrate tooling or use the SDKs.
Either way, what the issuer must bring
The reserve, the licence, redemption and attestations. The chain provides the ledger and, on path 2, the enforcement. It provides no trust of its own — a stablecoin is as good as its issuer.
Why this page exists
To say clearly what would otherwise be inferred from the old title: no such stablecoin is here. When one is — deployed, verified on Sourcify or registered as a native asset, with its issuer named by the issuer — this page will describe which path it took and what rules it carries.
Based on EIP_COVERAGE.md, 02_CORE_SYSTEMS/EVM_AND_L2.md and PALLET_REFERENCE.md.


