Skip to content

CIP-0010 | Add label 6676 for Maya Protocol#1160

Merged
rphair merged 1 commit intocardano-foundation:masterfrom
Maya-Protocol:register-label-6676
Mar 17, 2026
Merged

CIP-0010 | Add label 6676 for Maya Protocol#1160
rphair merged 1 commit intocardano-foundation:masterfrom
Maya-Protocol:register-label-6676

Conversation

@ahdzib-maya
Copy link
Copy Markdown
Contributor

Summary

  • Registers transaction metadatum label 6676 for Maya Protocol
  • Used by Maya's Cardano bifrost observer to encode cross-chain swap memos in transaction auxiliary data
  • Label is currently in production use on mainnet

Details

Maya Protocol is a cross-chain liquidity protocol (fork of THORChain). On Cardano, swap instructions are embedded in transaction auxiliary data under label 6676. The value is a CBOR map containing a memo key with the swap instruction string (chunked per the 64-byte metadata string limit).

Example auxiliary data structure:

{
  6676: {
    "memo": ["SWAP:ETH.ETH:0x...", "remaining_chars"]
  }
}

Reference implementation: https://gitlab.com/mayachain/cardano-go

Add transaction metadatum label 6676 to the CIP-10 registry.
Used by Maya Protocol's bifrost observer to encode cross-chain
swap memos in Cardano transaction auxiliary data.
@rphair rphair added the CIP-0010: new registry entry Adding a new entry to the metadata label registry label Mar 7, 2026
@rphair rphair changed the title CIP-10: Register label 6676 for Maya Protocol CIP-0010 | Add label 6676 for Maya Protocol Mar 7, 2026
Copy link
Copy Markdown
Collaborator

@rphair rphair left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't find 6676 in the code but the example above is good enough for me.

@rphair rphair added the State: Last Check Review favourable with disputes resolved; staged for merging. label Mar 7, 2026
@rphair rphair requested review from Ryun1 and perturbing March 7, 2026 04:51
@rphair rphair merged commit b43fd99 into cardano-foundation:master Mar 17, 2026
2 checks passed
@rphair rphair removed the State: Last Check Review favourable with disputes resolved; staged for merging. label Mar 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CIP-0010: new registry entry Adding a new entry to the metadata label registry

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants