From fecc7d8371326e556f09a8da8e15aada67d404b8 Mon Sep 17 00:00:00 2001 From: Jerry Okolo <73024324+itsjerryokolo@users.noreply.github.com> Date: Mon, 22 Apr 2024 12:10:45 +0100 Subject: [PATCH] Arbitrum Bonding Curve Dynamics (#544) * Update curating.mdx - Arbitrum bonding curve dynamics * refine text --- website/pages/en/network/curating.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/pages/en/network/curating.mdx b/website/pages/en/network/curating.mdx index 797d9b9dd896..a5e9908ddd61 100644 --- a/website/pages/en/network/curating.mdx +++ b/website/pages/en/network/curating.mdx @@ -31,6 +31,8 @@ In general, a bonding curve is a mathematical curve that defines the relationshi In the case of The Graph, [Bancor’s implementation of a bonding curve formula](https://drive.google.com/file/d/0B3HPNP-GDn7aRkVaV3dkVl9NS2M/view?resourcekey=0-mbIgrdd0B9H8dPNRaeB_TA) is leveraged. +> **Note**: On Arbitrum, the bonding curve dynamics is a little different than on Ethereum mainnet. On L2 the price per share signal does not change (i.e. the bonding curve is flat). + ## How to Signal Now that we’ve covered the basics about how the bonding curve works, this is how you will proceed to signal on a subgraph. Within the Curator tab on the Graph Explorer, curators will be able to signal and unsignal on certain subgraphs based on network stats. For a step-by-step overview of how to do this in the Explorer, [click here.](/network/explorer)