# Self-custody Fund Account

#### **Overview:**&#x20;

Antarctic uses a **non-custodial, on-chain account model** for user funds. Deposits and withdrawals are executed through **auditable smart contracts**, and users retain control of assets via their own wallets. This design aims to provide **self-custody by default**, while enabling trading and settlement through the protocol’s core infrastructure.

#### **User Control:**&#x20;

Users interact directly with Antarctic’s smart contracts using their **wallet private keys**. All fund movements (e.g., deposits, withdrawals) require **user-initiated, cryptographically authorized transactions**. At no point does the platform require users to transfer custody of assets to a centralized entity.

#### **Security Model:**&#x20;

Because funds remain under **user custody**, the model reduces exposure to custodial failure modes commonly seen in centralized systems. Security relies on (i) the correctness of the deployed smart contracts and (ii) the user’s ability to securely manage private keys. Antarctic applies **rules-based operational controls** at the protocol level; specific risk and compliance controls are described in the dedicated **Risk Management** section.

#### **Multichain Deposits:**&#x20;

Antarctic supports deposits from **approved networks** compatible with the protocol’s settlement and accounting system. Supported networks may evolve over time as infrastructure, security reviews, and operational requirements change. The current list of supported networks is published in the product interface and documentation.


---

# 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.antarctic.exchange/technical-framework/self-custody-fund-account.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.
