# Contracts

<figure><img src="/files/VemWDT5j6uwtc1HJFvpf" alt=""><figcaption></figcaption></figure>

The Vault system operates on a two-contract system:

The [Transferer](/welcome-to-the-harpie-docs/tech-and-security/contracts/transferer.md) contract has the ability to move your tokens to our noncustodial Vault. It cannot transfer your tokens anywhere else.

The [Noncustodial Vault](/welcome-to-the-harpie-docs/tech-and-security/contracts/noncustodial-vault.md) contract allows you to withdraw tokens that we've transferred. Only you can withdraw your assets out of the noncustodial vault: neither Harpie nor any other entity has the ability to withdraw assets on your behalf.

These contracts were designed to be easily-readable and easily-analyzed for any potential customer.


---

# 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://harpie.gitbook.io/welcome-to-the-harpie-docs/tech-and-security/contracts.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.
