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

What Makes Concero Different

Concero V2 is a cryptographic messaging protocol where trust assumptions are chosen per message.

Concero's Message Security

Per-message security composition

Each message can define:

  • relayer module for delivery authorization and pricing,
  • verifier modules for cryptographic checks,
  • app-level verification policy on the destination contract.

Destination app has final acceptance policy

The router computes verifier check results.

Your destination app decides whether to accept/assert the message using:

  • ConceroClient strict policy, or
  • custom policy in ConceroClientBase.

Why this matters

  • No single global trust model for every app.
  • Security can match application risk.
  • Module choice is explicit and auditable in message parameters.