Skip to content

Update contract-overview.md #7

New issue

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

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

Already on GitHub? # to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions docs/turbo/contract-overview.md
Original file line number Diff line number Diff line change
@@ -96,7 +96,7 @@ price ratio of 50:50, but still use BalancerV1 AMMs. There's no deep reason:
it's easy to use the existing infrastructure needed for the sports markets.

In an attempt to offset impermanent loss, a rewards contract is provided
whose purpose is to give incentive liquidity providers. The contract is a highly
whose purpose is to give incentive to liquidity providers. The contract is a highly
modified version of the MasterChef contract provided by SushiSwap. It can be used
to distribute any ERC20 token as a reward. This is distributed based on percentage
of stake in the pool a given account has. Rewards are paid out over a predetermined
@@ -112,4 +112,4 @@ secure backstop in case of bad market resolution. That functionality hasn't
been implemented yet so the fee that would go to the FeePot is set to zero.

So long as AugurV2 (on Ethereum mainnet) never forks, there will only ever need
to be one FeePot contract. If it works then a new FeePot must be deployed.
to be one FeePot contract. If it forks then a new FeePot must be deployed.