Skip to content

Commit

Permalink
feat: add links to rewards funding as part of process (#1170)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenFluin authored Sep 18, 2024
1 parent 147fa13 commit 9345201
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

0 comments on commit 9345201

Please sign in to comment.