diff --git a/web/pages/about.tsx b/web/pages/about.tsx
index d3421020..684fb8d0 100644
--- a/web/pages/about.tsx
+++ b/web/pages/about.tsx
@@ -222,20 +222,16 @@ function Contents() {
How does betting work?
+ - Markets are structured around a question with a binary outcome.
-
- Markets are structured around a question with a binary outcome (either
- YES or NO)
-
- -
- Traders can place a bet on either YES or NO. The bet amount is added
- to the corresponding bet pool for the outcome. The trader receives
- some shares of the final pool. The number of shares depends on the
- current implied probability.
+ Traders can place a bet on either YES or NO. The trader receives some
+ shares of the betting pool. The number of shares depends on the
+ current probability.
-
When the market is resolved, the traders who bet on the correct
- outcome are paid out of the total pool (YES pool + NO pool) in
- proportion to the amount of shares they own, minus any fees.
+ outcome are paid out of the final pool in proportion to the number of
+ shares they own.
@@ -286,36 +282,22 @@ function Contents() {
Office hours:{' '}
Calendly
- Discord:
+
+ Chat:{' '}
+
+ Manifold Markets Discord server
+
+
-
-
- Join the Manifold Markets Discord Server!
-
-
+
Further Reading