> For the complete documentation index, see [llms.txt](https://docs.duels.trade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.duels.trade/duels/find-and-join.md).

# Find and join a duel

## Quick Match

Select **Join Duel**, then **Quick Match**.

1. Choose Kingmaker, Portfolio Duel, or Funded Duel.
2. Select the Entry Amount tier shown in the app.
3. Confirm the entry.
4. Wait while duels.trade searches for compatible traders.

Quick Match is a matchmaking method, not a duel mode.

## Public Lobby

Open **Lobby → Public Lobby** to browse duels.

![Public Lobby showing live duels, quick filters, rewards, Entry Amounts, and game-mode labels](/files/VyTI8iva981oaJYfQUJ0)

*Interface example shown on Testnet. Duel availability, values, players, and results change continuously.*

Available controls include:

* Quick filters for duels available now
* Status: Active or Waiting
* Duel Type
* Entrance Fee Range
* Sort by Highest volume, Ending soon, or Newest

Open a duel card to inspect the Entry Amount, Reward, Duration, players, mode, and current state.

## Invite code

Enter the code under **ENTER CODE**, then select **Find Duel**. Looking up the code opens the Duel Lobby before payment.

A duel invite stops working when the duel is full, started, ended, or cancelled.

## Entry checks

Before joining, confirm:

* Correct network
* Correct mode
* Entry Amount
* Reward
* Duration
* Available player slot
* Settlement fee
* Available withdrawable USDC
* Any Max Drawdown

If your USDC is split between Perps and Spot, move enough into one available source before retrying.

The signed entry action uses the contract model for the selected mode: a non-custodial smart contract for Portfolio Duel and Funded Duel, or the participant's non-custodial Kingmaker vault. Review the wallet request before approving it.


---

# 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://docs.duels.trade/duels/find-and-join.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.
