# Core Features

- [Trading](https://docs.minerva.money/core-features/trading.md): Minerva is a decentralized exchange allowing trading without the need for a username or password. The platform uses an aggregate price feed which reduces the risk of liquidations from temporary wicks.
- [Swap](https://docs.minerva.money/core-features/trading/swap.md)
- [Query Available Amounts](https://docs.minerva.money/core-features/trading/query-available-amounts.md): The maximum sum of all position sizes is limited by the amount of tokens there are in the pool and any additional caps.
- [Opening / Increasing a Position](https://docs.minerva.money/core-features/trading/opening-increasing-a-position.md)
- [Closing / Decreasing a Position](https://docs.minerva.money/core-features/trading/closing-decreasing-a-position.md)
- [Position List](https://docs.minerva.money/core-features/trading/position-list.md)
- [Fees](https://docs.minerva.money/core-features/fees.md): Where are the fees going?
- [Rewards](https://docs.minerva.money/core-features/rewards.md): MINE rewards provide benefits for long term users of the protocol, these rewards come in the form of Escrowed MINE (allMINE) and Multiplier Points.
- [Weekly Competition](https://docs.minerva.money/core-features/weekly-competition.md): Introducing: Weekly Perp Trading Competition
- [Referall](https://docs.minerva.money/core-features/referall.md): Get fee discounts and earn rebates through the Minerva referral program.
- [Governance](https://docs.minerva.money/core-features/governance.md): Minerva's approach to governance


---

# 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.minerva.money/core-features.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.
