Skip to content

Add Movement namespace#179

Open
andygolay wants to merge 4 commits intoChainAgnostic:mainfrom
MoveIndustries:movement-namespace
Open

Add Movement namespace#179
andygolay wants to merge 4 commits intoChainAgnostic:mainfrom
MoveIndustries:movement-namespace

Conversation

@andygolay
Copy link

@andygolay andygolay commented Mar 24, 2026

Add Movement namespace

This PR introduces the Movement namespace to the ChainAgnostic namespaces registry.

Added Files

  • movement/README.md - Namespace profile for Movement Network
  • movement/caip2.md - CAIP-2 chain identification specification for Movement
  • movement/caip10.md - CAIP-10 account identification specification for Movement

Summary

Movement is a Layer 2 network built on Move, featuring parallel execution for high throughput. This PR establishes the movement namespace for identifying Movement-based chains and accounts.

Chain Identification (CAIP-2)

Chains in the Movement namespace are identified by their numeric chain_id, which is assigned at genesis and requires no transformation to be used as a CAIP-2 reference.

Network Chain ID CAIP-2 Identifier
Mainnet 126 movement:126
Testnet 250 movement:250

Account Identification (CAIP-10)

Movement accounts are identified by 32-byte hexadecimal addresses with a 0x prefix. Account identifiers follow the format movement:<chain_id>:<address>.

Example: movement:126:0xd5fb7899ac1e3b4a51bfbf0dcafaa78453bb8e9a64a93a8e47fedad6b8c48171

Resolution

Chain IDs can be resolved by querying the REST API of any Movement fullnode:

curl https://mainnet.movementnetwork.xyz/v1

The chain_id field in the response provides the identifier.

Account existence can be verified via:

curl https://mainnet.movementnetwork.xyz/v1/accounts/<address>

References

@andygolay andygolay marked this pull request as ready for review March 24, 2026 02:43
@andygolay andygolay changed the title Add movement namespace Add Movement namespace Mar 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant