Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

Add Your Network

This page is for chain teams that want to onboard their network into Concero V2.

Responsibilities

TaskChain teamConcero team
Fund deployer/operator gas walletsYesNo
Submit network metadata PRYesReview
Submit RPC endpoints PRYesReview
Deploy router and module infraNoYes
Enable production delivery pathNoYes

Step-by-step

1. Fund required operational addresses

Send gas token to required deployer/operator addresses shared by Concero for your environment.

2. Submit network metadata PR

Submit your network configuration to:

Follow repository README and PR format.

3. Submit RPC endpoints PR

Submit RPC endpoints to:

4. Wait for deployment and enablement

After merge and review:

  • Concero deploys/updates router + required module configuration.
  • Concero enables delivery path for supported routes.

Notes

  • Merging network metadata and RPC metadata does not by itself guarantee message delivery.
  • Delivery depends on relayer/verifier module configuration and off-chain workflow readiness.
  • Custom RPC selection via per-message relayer/verifier metadata is planned, but not available yet.

Next steps