# More on Dual-Layer Market

**Helios couples a permission-less “public pool” with an opt-in, KYC-gated track that mirrors the architecture of Aave Arc yet preserves Bitcoin-native self-custody.** Retail users keep the pure DeFi experience, while regulated desks can route size into segregated pools that enforce AML / sanctions controls at the smart-contract layer. The two rails share the same code-base and oracle feeds, so liquidity can migrate as compliance needs evolve—giving Helios breadth without fragmenting depth.

***

### 1 Dual-Layer Market Structure

| Layer                    | Who can use it?            | Key traits                                                                     | Typical use-case                                           |
| ------------------------ | -------------------------- | ------------------------------------------------------------------------------ | ---------------------------------------------------------- |
| **Permission-less Core** | Any BTC wallet             | No identity checks; open-source contracts; public mempool settlement           | Retail borrowing, liquidation bots, algo-traders           |
| **Permissioned Pools**   | Whitelisted addresses only | On-chain KYC attestation required; separate interest-rate curves & risk limits | Hedge-fund leverage, treasury cash-management, RWA lenders |

*The split follows the precedent set by Aave Arc, which runs a KYC-only fork alongside the public market* ([Permissioned DeFi goes live with Aave Arc + Fireblocks](https://www.fireblocks.com/blog/permissioned-defi-goes-live-with-aave-arc-fireblocks/), [\[Temp Check\] Building Horizon's RWA Product: An Aave Licensed ...](https://governance.aave.com/t/temp-check-building-horizon-s-rwa-product-an-aave-licensed-instance-for-institutions/21384/61?utm_source=chatgpt.com)).

***

### 2 How the KYC Gate Works

1. **Credential issuance.** A regulated “whitelister” (e.g., a custodian firms) signs an EIP-712 attestation binding a wallet to a legal entity that has passed AML/KYC checks. The signature is written to an on-chain registry. ([Permissioned DeFi goes live with Aave Arc + Fireblocks](https://www.fireblocks.com/blog/permissioned-defi-goes-live-with-aave-arc-fireblocks/))
2. **Pool-level check.** When a user calls `deposit()`, `borrow()` or `liquidate()` on a permissioned pool, Helios validators first query the registry; no attestation → revert tx. ([Knowledge Series Part 1: The AML/KYC Challenge in DeFi: Risk Mitigation Techniques](https://www.talos.com/insights/the-aml-kyc-challenge-in-defi-risk-mitigation-techniques))
3. **Revocation & updates.** If a customer fails ongoing screening, the whitelister submits a revoke tx; the contract blocks new actions and flags existing positions for wind-down, aligning with FATF “travel rule” guidance. ([Importance of anti-money laundering regulations among prosumers ...](https://www.sciencedirect.com/science/article/abs/pii/S0148296322010232?utm_source=chatgpt.com))

Because the logic sits inside the core contracts, a bank can even embed its own front-end that only exposes the permissioned pools to logged-in clients while still settling on the same L1 Bitcoin rails.

***

### 3 Governance & Risk Parameters

* Separate supply/borrow caps, LTV bands and liquidation bonuses can be tuned for institutional risk appetite.
* Institutional pools can list only regulator-blessed assets (e.g., BTC, USD stable-coins, tokenised Treasuries), limiting custody complexity.
* All pools inherit Helios’ adaptive interest-rate model, but permissioned curves can be flatter to favour large-ticket borrowing (think 50 bp blocks instead of 500 bp jumps).

***

### 4 Operational Models for Institutions

* **Custodian-run gateway.** A custodian runs a Helios validator and handles client onboarding—the same “Fireblocks-as-whitelister” pattern approved by Aave governance in 2025.&#x20;
* **Prime-broker wrapper.** A prime broker packages Helios liquidity behind its own API, furnishing trade reports that slot into banks’ regulatory reporting stacks (EU FICOD/EMIR 2025 updates emphasize consolidated risk reports).

***

### 5 Why a Dual Track Matters

* **Regulatory on-ramp.** 2025 trend reports list *permissioned DeFi pools* as table-stakes for TradFi entry ([Top Cryptocurrency Trends to Watch in 2025: AI, DeFi, and Regulatory Shifts](https://www.fingerlakes1.com/2025/04/28/cryptocurrency-trends-2025-ai-defi-regulations/), [Timeline and Overview of Traditional Institutions Embracing the Crypto Industry - ChainCatcher](https://www.chaincatcher.com/en/article/2174809)).
* **Liquidity synergy.** Even though pools are siloed, oracle-shared rates keep yields aligned; if the permissioned borrow APR spikes, arbitrageurs can borrow in the public pool, front-running gaps until equilibrium.
* **Future-proofing.** Academic and policy papers warn that AML/KYC mandates will tighten around DeFi in coming years; building the hook now avoids rushing retrofits later. ([Risk Management in DeFi: Analyses of the Innovative Tools and ...](https://www.mdpi.com/1911-8074/18/1/38?utm_source=chatgpt.com), [\[PDF\] KYC/AML Technologies in Decentralized Finance (DeFi) - NYU Stern](https://www.stern.nyu.edu/sites/default/files/2024-07/Glucksman_Sak_2024.pdf?utm_source=chatgpt.com))

***

### 6 Implementation Road-Map

| Phase          | What ships                                                                            | Timeline |
| -------------- | ------------------------------------------------------------------------------------- | -------- |
| **MVP**        | Launch core permission-less BTC pool; deploy KYC registry contract (empty)            | Q3 2025  |
| **Pilot Pool** | Partner custodian whitelists 3–5 hedge funds; max cap 500 BTC                         | Q3 2025  |
| **Scale-out**  | Add USD stable-coin pool, enable RWA collateral, integrate Chainalysis/TRM monitoring | Q4 2025  |

***

#### Bottom Line

Helios doesn’t force a choice between “wild-west” DeFi and closed-garden CeFi. Instead, it layers a cryptographically verifiable KYC gate **on top of** an unmodified Bitcoin-native lending engine. Institutions get the compliance assurances they need, retail retains full permission-less access, and both groups share the same transparent risk engine—creating a liquidity flywheel rather than a fragmented marketplace.


---

# 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://helios-finance.gitbook.io/helios-finance/institutional-compliance-and-security/kyc-ready-architecture-and-permissioned-pools/more-on-dual-layer-market.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.
