Documentation
Everything you need to know about Limen
GitHub Repository
View source code and contribute
Technical Paper
Read the full technical specification
API Documentation
Complete API reference
Getting Started
Learn the basics of Limen
Bridge Guide
Moving assets between L1 and L3
Developer Resources
Build on Limen
Security
Security and verification
Frequently Asked Questions
Common questions about Limen
What is Limen?
Limen is the first zkRollup Layer 3 framework built natively for the Sui blockchain. It enables developers to deploy application-specific rollups with 100k+ TPS and zero gas costs for users.
How does the bridge work?
The bridge allows you to move assets between Sui L1 and Limen L3. Deposits are instant, while withdrawals require a challenge period (typically 1-24 hours) for security.
What proof system does Limen use?
Limen uses Groth16 zero-knowledge proofs, which are natively supported by Sui. This enables efficient on-chain verification without custom cryptographic implementations.
How do I get started as a developer?
Start by checking out our SDK documentation and GitHub repository. You can deploy your own rollup instance in minutes using our modular framework.