# Whitelisted Assets

Whitelisted Assets are the set of pre-approved tokens and financial instruments that can be used within the Arkis ecosystem—whether as collateral, for trading, or for borrowing/lending purposes. Only these assets are permitted for operations within [Margin Accounts,](/home/concepts/margin-account.md) [Markets](/home/concepts/market.md), and Vaults to ensure security, liquidity, and risk control.

### **Whitelisted assets must pass strict eligibility requirements:**

* **Collateral Eligibility:** Assets must pass Arkis DAO Risk Assesment to be accepted as collateral within Margin Accounts.
* **Liquidity Requirements:** Assets must maintain **sufficient onchain liquidity** and **low slippage** under stress scenarios (e.g., must be liquidatable with <5% slippage via 1inch or supported DEX aggregators).
* **Transparency & Monitoring:** All whitelisted assets are continuously monitored for price volatility, market depth, and protocol risk.
* **Permissioned Use:** Asset Managers can only interact with whitelisted tokens inside Margin Accounts, and Markets can define a specific subset of those whitelisted assets per pool.

### **Examples of Whitelisted Assets**

* **Stablecoins:** USDC, USDT, sUSDe
* **Liquid Staking Tokens (LSTs):** EtherFi, Renzo, KelpDAO
* **BTC-related Tokens:** wBTC, BTC-based LRTs like Solv, Lombard
* **Yield-bearing Assets:** Pendle PT tokens, Curve LP tokens
* **Miscellaneous:** Any ERC-20 token meeting liquidity criteria and any liquid Curve LP token
* **Native Assets:** ETH, SOL, AVAX, MATIC, BNB; See full list [here](/home/concepts/whitelisted-assets/list-of-native-assets.md)

### **Per-Pool Customization**

Each Market can define its own:

* Subset of allowed Whitelisted Assets
* Loan-to-Value (LTV) ratios
* Stress-tested valuation thresholds
* Protocol-level usage restrictions (e.g., no yield farming with highly volatile tokens)


---

# 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.arkis.xyz/home/concepts/whitelisted-assets.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.
