cns

Installation
SKILL.md

Convex Name System (CNS)

CNS maps human-readable names (like convex.fungible) to on-chain addresses.

Resolve a Name

Use mcp__convex-testnet__resolveCNS with the name.

Returns: value (usually an address), controller, metadata, and child node.

Register or Update a Name

Transaction: (call #9 (cns-update 'my.name *address*))

  • #9 is the CNS registry actor
  • The name must be under a namespace you control
  • Top-level names require special authority

CNS in Code

Installs
12
GitHub Stars
116
First Seen
May 16, 2026
cns — convex-dev/convex