From f79d69cd6924519f5fe92b67880ae677d6fc8011 Mon Sep 17 00:00:00 2001
From: Austin Chen
- You can ask questions about the future like "Will Taiwan remove its
- 14-day COVID quarantine by Jun 01, 2022?" Then use the information
- to plan your trip.
-
- You can also ask subjective, personal questions like "Will I enjoy
- my 2022 Taiwan trip?". Then share the market with your family and
- friends.
-
+ You can ask questions about the future like "Will Taiwan remove
+ its 14-day COVID quarantine by Jun 01, 2022?" Then use the
+ information to plan your trip.
+
+ You can also ask subjective, personal questions like "Will I
+ enjoy my 2022 Taiwan trip?". Then share the market with your
+ family and friends.
+
- You get M$ 100 just for signing up, so you can start betting
+ You get M$ 1,000 just for signing up, so you can start betting
immediately! When a market creator decides an outcome in your favor,
you'll win money from people who bet against you.
You get M$ 1,000 just for signing up, so you can start betting
immediately! When a market creator decides an outcome in your favor,
- you'll win money from people who bet against you.
+ you'll win Mantic Dollars from people who bet against you.
+ {/*
If you run out of money, you can purchase more at a rate of $1 USD to M$
100. (Note that Mantic Dollars are not convertible to cash and can only
be used within our platform.)
-
+
{text}
diff --git a/web/tailwind.config.js b/web/tailwind.config.js
index e899ffcf..4319621d 100644
--- a/web/tailwind.config.js
+++ b/web/tailwind.config.js
@@ -8,7 +8,7 @@ module.exports = {
fontFamily: Object.assign(
{ ...defaultTheme.fontFamily },
{
- 'major-mono': ['Courier', 'monospace'],
+ 'major-mono': ['Major Mono Display', 'monospace'],
'readex-pro': ['Readex Pro', 'sans-serif'],
}
),
From 9d438dc3568eee8baff2d42c7f7a6894972722e9 Mon Sep 17 00:00:00 2001
From: Austin Chen
@@ -136,7 +138,7 @@ function Contents() { We also have some thoughts on how to reward bettors: physical swag, exclusive conversations with market creators, NFTs...? If you have ideas, let us know! -
+ */}+ {/*
We believe that in order to get the best results, you have to have skin in the game. We require that people use real money to buy the currency they use on our platform. @@ -207,9 +209,9 @@ function Contents() { With Mantic Dollars being a scarce resource, people will bet more carefully and can't rig the outcome by creating multiple accounts. The result is more accurate predictions. -
+ */}
- Mantic Markets is also focused on accessibility and allowing anyone to
+ Mantic Markets is focused on accessibility and allowing anyone to
quickly create and judge a prediction market. When we all have the power
to create and share prediction markets in seconds and apply our own
judgment on the outcome, it leads to a qualitative shift in the number,
From f48ae0170b241e1b6d13149c5d2e4228006b6258 Mon Sep 17 00:00:00 2001
From: mantikoros <95266179+mantikoros@users.noreply.github.com>
Date: Fri, 24 Dec 2021 15:06:01 -0600
Subject: [PATCH 08/81] Sell bets (#12)
* sell bet
* dev mode
* single-pot no-refund payoff; bet selling
* Increase default fetch size 25 -> 99
* Fix about page numbering
* Don't flash no markets when loading on tag page.
* Change Title to use body font
* Make a bunch of predictions at once (#9)
* Set up a page to make bulk predictions
* Integrate preview into the same card
* List created predictions
* Make changes per James's comments
* Increase the starting balance (#11)
* Remove references to paying for our Mantic Dollars
* Update simulator to use new calculations
* Change simulator random to be evenly random again
* Sell bet UI
* Migrate contracts and bets script
* Add comment to script
* bets => trades; exclude sold bets
* change sale formula
* Change current value to uncapped sell value.
* Disable sell button while selling
* Update some 'bet' to 'trade'
Co-authored-by: Austin Chen