# Positions

The Positions page shows wallet balances, open positions, unrealized profit and loss, and pending orders.

### **Top KPIs**

| **KPI**          | **Meaning**                                                              | **Notes**                               |
| ---------------- | ------------------------------------------------------------------------ | --------------------------------------- |
| Total amount     | Total USDC value across wallets, including funds allocated to positions. | Part of total account value.            |
| Available amount | USDC immediately available for new trades.                               | Total balance minus open position cost. |
| Position value   | Current mark-to-market value of all open positions.                      | Based on market prices.                 |
| Position PnL     | Floating profit or loss on open positions.                               | Excludes closed positions.              |
| Markets held     | Number of distinct markets with open positions.                          | Useful for exposure monitoring.         |

### **Position Actions**

Each open position row can include the following actions:

| **Action**            | **Meaning**                             | **Use Case**                               |
| --------------------- | --------------------------------------- | ------------------------------------------ |
| Quick sell 50 percent | Sells 50 percent of the position.       | Take partial profit quickly.               |
| Sell all              | Sells 100 percent of the position.      | Full exit.                                 |
| Sell by percent       | Opens a dialog to enter any percentage. | Custom partial exit.                       |
| Limit sell            | Sets a limit price and expiration.      | Exit only at a desired price.              |
| Add position          | Buys more of the same outcome.          | Increase exposure when conviction is high. |
| Share                 | Generates a shareable position image.   | Phase 2 feature.                           |

### **Pending Orders**

The Pending Orders tab shows open or pending orders, including limit orders and TP/SL-triggered orders.

Fields can include:

* Distance to trigger: how far the current price is from the limit or trigger price.
* Expiration: when the limit order expires.
* TP/SL marker: whether the order came from a take-profit or stop-loss rule.
* Cancel: cancels an open limit order if it has not filled.

Filled orders cannot be canceled.

### **Global Actions**

| **Action**       | **Meaning**                                                               |
| ---------------- | ------------------------------------------------------------------------- |
| Sort             | Sort by amount or time.                                                   |
| Sell all         | Close all open positions. Use carefully.                                  |
| Trading settings | Change defaults such as quick-sell ratio, slippage, and limit expiration. |
| Target PnL       | Compare how the target wallet performed on the same token.                |


---

# 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://kage-fun.gitbook.io/kage-1/positions.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.
