# Introduction

*This is a guide on how to perform various actions when engaging in Hashstack’s mainnet alpha.*

The mainnet alpha version is utilising Starknet's capabilities so users can lend and borrow using tokens such as wBTC,wETH, DAI, USDC and USDT.

When first landing on the site, users will see the available “primary” asset markets and general stats. From here, they can immediately start using the protocol by depositing, borrowing and swapping tokens.

Here are the functionalities in the current version of Hashstack’s mainnet app:

1. Supply liquidity, withdraw supply, earn supply APR.
2. Borrow assets, withdraw partial borrow, pay borrow APR, spend borrow across jediswap & myswap, self liquidate position, add collateral,repay debt.
3. Liquidation.

Please note that our current focus is on desktop version development, so the mobile experience is not suggested for the time being. As we work on feedback, some components on the platform may be temporarily unavailable or paused during this phase.


---

# 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.hashstack.finance/mainnet-guide/introduction.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.
