# Key Concepts

#### Asset Launchpad

42’s underlying market architecture powering **eventcoins.** Instead of matching traders or quoting fixed odds, the protocol issues fully transferable Outcome Tokens directly through a shared pricing function, with prices evolving continuously as capital flows in or out of the market.

All outcomes are priced together via it’s power curve formula, ensuring prices reflect aggregate positioning. At resolution, the market settles collectively where all collateral is pooled and redistributed pro-rata to holders of the winning outcome token(s), with payouts determined by relative participation over time.

#### **Payouts**

A payout represents the **economic claim on the collateral pool** that emerges when a market resolves. Payouts are shaped by how capital accumulates across outcomes over time and are finalized only at resolution.

On 42 markets, the potential payout on each outcome is infinite. Payouts are determined by **relative participation at resolution** primarily determined by when you entered, the relative strength of your conviction, and how the market evolved after.

#### **Open-Ended Upside**

In 42, returns scale with the market size alongside with relative outcome token dynamics. Profit potential increases with early entry, shifts in flow toward other outcomes, and late-stage conviction from new participants.

Because payouts are not fixed and instead derive from the total collateral and distribution of positions at resolution, the final return is determined entirely by the **market state at settlement**, not a predefined ceiling. This introduces meaningful convexity and rewards users who enter early, position accurately, or time their participation effectively.

#### **Outcome Tokens**

Outcome tokens represent positions on specific market outcomes and are minted when users enter the market by backing an outcome through the bonding curve. These tokens can be redeemed at any time before resolution using the [power curve](/getting-started/protocol-mechanics-101/42-power-curves.md) and redeem tax mechanics, allowing users to exit or reposition freely. After the oracle resolves the market, all winning outcome tokens become claimable for the underlying collateral, while losing tokens expire worthless. This design makes outcome tokens fully transferable, liquid assets with deterministic resolution rules.

{% hint style="info" %}
For more information, refer to [Outcome Tokens Section](#outcome-tokens).
{% endhint %}

#### **Market Resolution**

Resolution occurs when the oracle provides the final verified result for the event. At this point, the protocol identifies the winning outcome, freezes mint/redeem functions, and enables holders of the winning outcome tokens to claim their share of the total collateral pool.

**Payouts are proportional to the number of winning tokens held relative to the total winning supply.** The result is a transparent, deterministic settlement process that ensures fair distribution of the market’s accumulated value.

{% hint style="info" %}
For more information, refer to [Post-Resolution Section](/getting-started/protocol-mechanics-101/42-outcome-tokens/post-resolution.md).
{% endhint %}


---

# 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.42.space/getting-started/quickstart/key-concepts.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.
