From 9345201a365d75090acd51eb20aaf208e5895ea1 Mon Sep 17 00:00:00 2001 From: Stephen Fluin Date: Tue, 17 Sep 2024 21:55:07 -0500 Subject: [PATCH] feat: add links to rewards funding as part of process (#1170) --- .../docs/dev/amplifier/chain-integration/integrate-a-chain.mdx | 2 ++ .../docs/dev/amplifier/chain-integration/introduction.mdx | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/content/docs/dev/amplifier/chain-integration/integrate-a-chain.mdx b/src/content/docs/dev/amplifier/chain-integration/integrate-a-chain.mdx index ec3f3ec34..98e3248b6 100644 --- a/src/content/docs/dev/amplifier/chain-integration/integrate-a-chain.mdx +++ b/src/content/docs/dev/amplifier/chain-integration/integrate-a-chain.mdx @@ -359,6 +359,8 @@ Send the chain’s gateway and multisig prover contract addresses to the Interop Every new chain will need a verifier, which requires running `ampd` and `tofnd`. See [Become an Amplifier Verifier (Worker)](/validator/amplifier/verifier-onboarding) for detailed instructions on how to do this on your machine. +You'll also need to incentivize verifiers by [providing rewards](/dev/amplifier/add-rewards/). + ## Begin routing messages Once your chain is registered with the protocol, it will need verifiers to begin routing messages. See [Become an Amplifier Verifier (Worker)](/validator/amplifier/verifier-onboarding) for instructions to onboard a verifier. Note that chain integrators will onboard on `devnet-amplifier` and not `devnet-verifier`. diff --git a/src/content/docs/dev/amplifier/chain-integration/introduction.mdx b/src/content/docs/dev/amplifier/chain-integration/introduction.mdx index ade948714..5208bbe75 100644 --- a/src/content/docs/dev/amplifier/chain-integration/introduction.mdx +++ b/src/content/docs/dev/amplifier/chain-integration/introduction.mdx @@ -67,3 +67,5 @@ Most integrators will follow the following process: 1. Proposal to store your CosmWasm code. 1. Proposal to instantiate your contracts. - Make an on-chain proposal to add your chain to the Amplifier router. +1. Fund rewards pools + - [Fund the rewards pool](/dev/amplifier/add-rewards/) for your `VotingVerifier` and `MultisigProver`. \ No newline at end of file