# Infrastructure

## Kvants On-Chain Vault Structure on Drift and Hyperliquid

Kvants offers a suite of on-chain vaults deployed on both the Solana blockchain (via the Drift perpetual futures exchange) and the Hyperliquid Layer-1 network. These vaults allow users to pool funds into advanced quantitative trading strategies run by Kvants, with all trades executed on-chain on the respective platforms. From the user’s perspective, participation is straightforward: you deposit supported assets into a vault’s smart contract, and in return you gain exposure to the vault’s strategy performance in a transparent, non-custodial manner . Each vault is essentially a managed trading account that users fund, and it operates under institutional-grade risk controls while you maintain full on-chain visibility into how your funds are used.

### User flow

1. Select vault in the Kvants App.
2. Deposit a supported asset.
3. Receive vault shares tracking your stake.
4. Monitor live PnL on the dashboard.
5. Withdraw anytime after cooldown; principal plus net profit returned in vault denomination.

Kvants vaults give investors one-click access to hedge-fund-grade quantitative strategies, fully non-custodial and transparent on both Solana and Hyperliquid.

| Feature           | Drift Vaults (Solana)                                                                                                       | Hyperliquid Vaults (HL-L1)                                                     |
| ----------------- | --------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ |
| Network & DEX     | Solana · Drift v2                                                                                                           | Hyperliquid native L1                                                          |
| Strategies        | Funding-rate arb, momentum, stat-arb, trend following                                                                       | Funding-rate arb, momentum, stat-arb, trend following                          |
| Flagship          | Neutralized JLP vault: deposit JLP or USDC, hedge JLP exposure with perps, earn JLP fees + Drift interest (“double yield”). | Standard USDC vaults running each strategy with on-chain order-book execution. |
| Deposits Accepted | USDC, JLP, BTC, ETH, SOL                                                                                                    | USDC, BTC, ETH, SOL                                                            |
| Vault Tokens      | SPL share token (JLP vault) or USD-denominated shares                                                                       | Native HL vault shares (USD-denominated)                                       |
| Access            | Public by default; some vaults whitelist for capacity or compliance                                                         | Public by default; whitelist optional                                          |
| Withdrawals       | Near-instant; small cooldown if positions must unwind                                                                       | 1-day cooldown (HL vault standard)                                             |
| Transparency      | All positions and PnL on Solana explorer and Kvants dashboard                                                               | On-chain vault stats visible on HL explorer and dashboard                      |
| Fees              | 0-30 % performance fee, displayed on-chain                                                                                  | 0-10 % performance fee, displayed on-chain                                     |
|                   |                                                                                                                             |                                                                                |

<br>


---

# 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://kvants.gitbook.io/kvants-whitepaper-1/kvants/infrastructure.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.
