Skip to content
Closed
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
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const page = () => {
<p className={styles.subtitle}>The bar and the gate</p>
<p>
We create the gate as follows: sort subnets by price and walk down until the subnets
above you carry a fraction <code>q</code> of all prices — the price at that point is
above you carry a fraction <code>q </code> of all prices — the price at that point is
the &apos;bar&apos;. Each subnet&apos;s emission weight is then thresholded around this
point.
</p>
Expand Down