# Trade

- [Trading V1](https://docs.mummy.finance/trade/trading-v1.md): MUMMY 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.
- [Trading V2](https://docs.mummy.finance/trade/trading-v2.md)
- [Positions](https://docs.mummy.finance/trade/trading-v2/positions.md)
- [Profit, Loss, and ROI](https://docs.mummy.finance/trade/trading-v2/positions/profit-loss-and-roi.md)
- [Increase Collateral/ Leverage](https://docs.mummy.finance/trade/trading-v2/positions/increase-collateral-leverage.md)
- [Add to Position](https://docs.mummy.finance/trade/trading-v2/positions/add-to-position.md)
- [Triggered Orders](https://docs.mummy.finance/trade/trading-v2/positions/triggered-orders.md)
- [Edit Triggered Orders](https://docs.mummy.finance/trade/trading-v2/positions/edit-triggered-orders.md)
- [Close Position](https://docs.mummy.finance/trade/trading-v2/positions/close-position.md)
- [Platform Mechanics](https://docs.mummy.finance/trade/trading-v2/platform-mechanics.md)
- [Pyth Price Feed](https://docs.mummy.finance/trade/trading-v2/platform-mechanics/pyth-price-feed.md)
- [Fees](https://docs.mummy.finance/trade/trading-v2/platform-mechanics/fees.md)
- [Risk Mitigation](https://docs.mummy.finance/trade/trading-v2/platform-mechanics/risk-mitigation.md)
- [Asset Pairs and ID](https://docs.mummy.finance/trade/asset-pairs-and-id.md)


---

# 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.mummy.finance/trade.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.
