Thanks to visit codestin.com
Credit goes to github.com

Skip to content

molepin/molepin-mccp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MolePin Cross-Chain Protocol (MCCP)

🌐 Language: English · 한국어

A real-world journey from LayerZero V2 OFT deployment to designing a self-operated cross-chain protocol.

This repository documents the complete engineering process, the failures discovered, the decisions made, and the architecture that emerged.

License: CC BY 4.0 Code License: MIT Docs


What this is

This is not a marketing repo. It is the engineering trail of 28+ hours of multichain deployment work, documented exactly as it happened — including the mistakes, the surprises, and the pivot.

The trail covers:

  1. Deploying the MolePin (MOL) token across BSC, Polygon, and Tron mainnet using LayerZero V2 OFT
  2. Discovering through direct experiment that LayerZero's BSC ↔ Tron pathway is operationally broken for new OApps, despite documentation claiming support
  3. Systematically comparing alternatives: Wormhole NTT, Chainlink CCIP CCT, Stargate, Defiway
  4. Validating that no single existing protocol supports Tron + Solana + TON for custom token issuers
  5. Designing MCCP (MolePin Cross-Chain Protocol) — a self-operated, LayerZero-inspired protocol with a variable fee model and an open block explorer

If you are evaluating cross-chain infrastructure for a token project, this trail will save you weeks.


Related repository

This work is the successor to molepin-v2-verification — the on-chain verification trail of the MolePin v2 omnichain LayerZero V2 OFT deployment across BSC, Polygon, and Tron.

That deployment is what surfaced the Tron pathway failure documented here in docs/04-the-tron-failure.md. MCCP is the architectural answer to that failure.

molepin-v2-verification    →    molepin-mccp (this repo)
"what we deployed"              "what we built when LayerZero couldn't serve us"

Read v2-verification first if you want the deployment context. Read this repo if you want the strategy, architecture, and self-operated protocol design that emerged from that work.


Table of contents

Part 1 — The deployment story

Part 2 — The discovery

Part 3 — The comparison

Part 4 — The pivot

Part 5 — Appendices

🇰🇷 Korean version

Full Korean translation maintained in parallel — see ko/README.md and ko/docs/.


TL;DR — What the trail proves

Stated as falsifiable claims, each backed by evidence in the docs:

  1. LayerZero V2 EVM↔EVM works reliably. BSC → Polygon delivered in 58 seconds for $0.42 total cost (one successful transfer documented with txhash).

  2. LayerZero V2 BSC↔Tron does not work reliably for new OApps. Two transfers stuck in INFLIGHT state for 5+ hours with LayerZero Labs DVN in WAITING status (two transactions documented).

  3. Polygon→Tron quoted 760× the fee of BSC→Polygon for the same OApp after explicit DVN configuration, indicating effective refusal of the pathway by the default DVN setup.

  4. Ethena USDe ($5B asset) operates successfully on TON via LayerZero OFT — confirmed via LayerZero's own metadata API, proving TON support is real for sufficiently large projects.

  5. No production-ready protocol supports custom token integration to Tron + Solana + TON simultaneously. Documented per-protocol gaps.

  6. A self-operated cross-chain protocol is technically feasible for any team with smart-contract and backend experience, with one Relayer covering >1000 messages/day comfortably.


Why this matters

Cross-chain documentation is dominated by protocol marketing. This repository is the opposite: an engineering log of what actually happens when you try to ship.

The same patterns will apply to other teams targeting Tron, TON, or Solana inclusion. We hope this saves you the 28 hours we spent finding out.


License

This repository is licensed under CC BY 4.0. You are free to share and adapt with attribution.

Smart-contract source code in sourcecode/ is licensed under MIT (see individual files).


Contact

  • GitHub Issues: questions, reproductions, or corrections welcome
  • Domain: molepin.com (main), scan.molepin.com (block explorer, planned)

About

Self-operated cross-chain protocol for the MolePin ecosystem — open engineering trail (EN+KO). Successor to molepin-v2-verification.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors