Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: typos #8

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/intro.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
specifically---
title: Introduction
sidebar_position: 1
slug: /
Expand All @@ -19,11 +19,11 @@ Augur is a decentralized prediction market Platform for Ethereum and EVM compati
[See resources for Augur v2](/v2)

### Augur Turbo
[Augur Turbo](/turbo) is the most recent deployment of Augur designed specficially for recurring markets like sports, crypto, economics, and politics. Turbo offers an intuitive user interface built on top of Balancer AMMs on Polygon to leverage the nearly-zero transaction fee. Markets are automatically created and resolved at periodic intervals using Chainlink data without any user input, thus enabling daily and fast-resolving markets for sports and crypto. It uses USDC as it's trading currency and wMatic as rewards for liquidity mining.
[Augur Turbo](/turbo) is the most recent deployment of Augur designed specifically for recurring markets like sports, crypto, economics, and politics. Turbo offers an intuitive user interface built on top of Balancer AMMs on Polygon to leverage the nearly-zero transaction fee. Markets are automatically created and resolved at periodic intervals using Chainlink data without any user input, thus enabling daily and fast-resolving markets for sports and crypto. It uses USDC as its trading currency and wMatic as rewards for liquidity mining.

[See resources for Augur Turbo](/turbo)

### Sportsbook
Sportsbook is a second UI for the Turbo contracts. It is designed specifially for sports bettors and attempts to simplify crypto-specific and trading-specific UX for that user. It also includes an Odds Converter to help users convert and compare odds according to their preference.
Sportsbook is a second UI for the Turbo contracts. It is designed specifically for sports bettors and attempts to simplify crypto-specific and trading-specific UX for that user. It also includes an Odds Converter to help users convert and compare odds according to their preferences.

[See resources for Sportsbook](/turbo)
6 changes: 3 additions & 3 deletions docs/turbo/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ slug: /turbo
---

## About
[Augur Turbo](/Turbo) is the most recent deployment of Augur designed specficially for recurring markets like sports, crypto, economics, and politics. Turbo offers an intuitive user interface built on top of Balancer AMMs on Polygon to leverage the nearly-zero transaction fee. Markets are automatically created and resolved at periodic intervals using Chainlink data without any user input, thus enabling daily and fast-resolving markets for sports and crypto. It uses USDC as it's trading currency and wMatic as rewards for liquidity mining.
[Augur Turbo](/Turbo) is the most recent deployment of Augur designed specifically for recurring markets like sports, crypto, economics, and politics. Turbo offers an intuitive user interface built on top of Balancer AMMs on Polygon to leverage the nearly-zero transaction fee. Markets are automatically created and resolved at periodic intervals using Chainlink data without any user input, thus enabling daily and fast-resolving markets for sports and crypto. It uses USDC as its trading currency and wMatic as rewards for liquidity mining.

Sportsbook is a second UI for the Turbo contracts. It is designed specifially for sports bettors and attempts to simplify crypto-specific and trading-specific UX for that user. It also includes an Odds Converter to help users convert and compare odds according to their preference.
Sportsbook is a second UI for the Turbo contracts. It is designed specifially for sports bettors and attempts to simplify crypto-specific and trading-specific UX for that user. It also includes an Odds Converter to help users convert and compare odds according to their preferences.

## Resources
### Documentation
Expand All @@ -23,4 +23,4 @@ Sportsbook is a second UI for the Turbo contracts. It is designed specifially fo

### End-user help Docs
These user-facing docs are maintained in Gitbook.
- https://help.augur.net/
- https://help.augur.net/
2 changes: 1 addition & 1 deletion docs/v2/contract-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: Contract Overview
The Augur contract is the first contract in any deployment and serves as:

* The central registry for singleton contracts.
* The central authority for which contracts are considered “legitimate,” trusteded, Augur core contracts as opposed to external contracts.
* The central authority for which contracts are considered “legitimate”, trusted Augur core contracts as opposed to external contracts.
* A global contract per deployment for logging, token transfers, and limits on market creation end times.

### Deployment
Expand Down