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

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:
ConceroClientstrict 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.