# How do users interact with a vault?

Using Altitude follows a simple flow: deposit your collateral (cbBTC or wstETH), borrow USDC against it, and let your collateral earn yield that automatically pays down your loan. When you're ready, repay any remaining balance and withdraw your collateral. In this section you'll find details on each action.


---

# 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.altitude.fi/general/protocol-overview/how-do-users-interact-with-a-vault.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.
