Skip to content
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: 4 additions & 0 deletions src/content/docs/validator/amplifier/verifier-onboarding.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ Running a verifier requires three components:

Handlers are separate processes that connect to ampd's gRPC server. If a handler crashes, it does not affect ampd or other handlers.

<Callout type="warning">
Run `tofnd`, `ampd`, and ampd handlers on the same host, and keep ampd's gRPC server on `127.0.0.1` (the default in the config examples below). The gRPC API has no authentication — exposing it on `0.0.0.0` or a public interface would let anyone on the network trigger signing and broadcast transactions through your verifier.
</Callout>

There are three ways to set up and run a verifier:

- **Option 1: Source** -- Clone and build directly from the GitHub source code.
Expand Down