> For the complete documentation index, see [llms.txt](https://robindog.gitbook.io/robindog-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://robindog.gitbook.io/robindog-docs/10-narrative-combo-positions.md).

# 10 Narrative combo positions

A Narrative Combo Position lets a user express two views through one trading path: a view on the event outcome and a view on the direction of a related asset.

| Participation mode      | Position structure                            | View expressed                                       |
| ----------------------- | --------------------------------------------- | ---------------------------------------------------- |
| YES only                | YES event position only                       | The event will occur.                                |
| NO only                 | NO event position only                        | The event will not occur.                            |
| Bullish narrative combo | YES plus a long position in the related asset | The event will occur and drive the asset higher.     |
| Bearish narrative combo | NO plus a short position in the related asset | The event will not occur and the asset will decline. |

A future professional mode may also support YES plus short, where the event occurs but the positive outcome was already priced in, and NO plus long, where the event does not occur but the bad news was already reflected in the price.

## Funding principles

The event position and asset-direction position are funded separately. The same collateral will not be reused without disclosure.

For example, a user allocating 100 USDG may place all 100 USDG into YES, allocate 60 USDG to YES and 40 USDG to a long position in the related asset, or choose another allocation.

Before confirming a trade, users should be able to see:

* The allocation between both positions.
* Total asset exposure.
* Potential return.
* Maximum possible loss.
* Slippage.
* Funding rates and liquidation risk, where applicable.

## Independent settlement

A correct event forecast does not guarantee a correct directional trade.

| Event forecast | Asset direction | Combined outcome                                                 |
| -------------- | --------------- | ---------------------------------------------------------------- |
| Correct        | Correct         | Both positions may be profitable.                                |
| Correct        | Incorrect       | The event position profits while the directional position loses. |
| Incorrect      | Correct         | Directional profit may offset part of the event-position loss.   |
| Incorrect      | Incorrect       | Both positions may lose.                                         |

RobinDog will not market Narrative Combo Positions as a free add-on return or a guaranteed way to earn twice.

Predict whether it happens. Trade whether the market rises or falls after it does.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://robindog.gitbook.io/robindog-docs/10-narrative-combo-positions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
