> For the complete documentation index, see [llms.txt](https://docs.evently.market/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.evently.market/overview/getting-started.md).

# Getting Started

> The Pulse of Truth. Built on MegaETH.

## What's Live Now

| Feature                       | Status      |
| ----------------------------- | ----------- |
| Bridge (60+ chains → MegaETH) | ✅ Live      |
| Swap (any token → USDm)       | ✅ Live      |
| Prediction Markets            | 🔒 Waitlist |

## Step 1 — Create an Account

No wallet extension required. evently uses **Privy** for frictionless Web2 onboarding — your on-chain wallet is created automatically in the background.

**Sign in with:**

* **Email** — enter your email, click the magic link, done
* **Google, Twitter, Discord, GitHub, or Apple** — one-click social login

Privy automatically creates an **embedded wallet** on first login. No seed phrase, no browser extension, no ETH needed to start.

**Already have a wallet?** MetaMask, Rabby, Coinbase Wallet, and Rainbow are also supported as external wallet options.

***

**Gas fees are sponsored.** Core trading operations (buy, sell, create market, resolve, claim) are gasless — the protocol covers gas on your behalf. You never need to hold ETH to trade.

***

## Step 2 — Get USDm

All trades use **USDm** — the USD-pegged stablecoin on MegaETH.

**Bridge:** [evently.market/bridge](https://evently.market/bridge) — LiFi, 60+ EVM chains.

**Swap:** Already on MegaETH? Use [evently.market/swap](https://evently.market/swap) to swap any token to USDm.

## Step 3 — Join the Prediction Markets Waitlist

Prediction markets are coming soon. Join the waitlist to get early access:

[**evently.market/waitlist**](https://evently.market/waitlist)

Enter your email and optionally your EVM wallet address. No wallet connection required to join.

***

## Key Concepts

| Concept             | Explanation                                                                                        |
| ------------------- | -------------------------------------------------------------------------------------------------- |
| **USDm**            | MegaETH native stablecoin — base token for all trades                                              |
| **LMSR**            | Logarithmic Market Scoring Rule — pricing mechanism ensuring accurate, manipulation-resistant odds |
| **ERC-1155 shares** | Your position in a market — composable, transferable tokens                                        |
| **b = 200**         | LMSR liquidity parameter — controls price sensitivity                                              |
| **Winning share**   | Redeems for exactly **1 USDm** after market resolution                                             |
| **Fee breakdown**   | 2.5% total — 1% creator · 1% treasury · 0.5% resolver                                              |
| **Gasless trades**  | Protocol sponsors gas for all core operations — no ETH needed                                      |

***

## Links

|           |                                                                          |
| --------- | ------------------------------------------------------------------------ |
| App       | [evently.market](https://evently.market)                                 |
| Docs      | [docs.evently.market](https://docs.evently.market)                       |
| Twitter/X | [@eventlymarket](https://twitter.com/eventlymarket)                      |
| Discord   | [discord.gg/axCYVSPKzc](https://discord.gg/axCYVSPKzc)                   |
| DefiLlama | [defillama.com/protocol/evently](https://defillama.com/protocol/evently) |


---

# 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.evently.market/overview/getting-started.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.
