Core Features
Fully Onchain Storage
Leveraging ICP's unique distributed storage mechanism, each Canister supports 500GB data storage. Once on-chain, data is guaranteed immutable through ICP's consensus mechanism without relying on third-party storage nodes.
Dedicated Canister Creation
Using a Proxy pattern similar to Ethereum contracts, users/apps can create dedicated Canister storage containers with one-click API calls. Each Canister is independently encrypted with financial-grade data isolation standards.
Plug-and-Play Development Templates
Offering 10+ ready-to-use templates for common scenarios like "User Profile Storage", "Crypto Asset Backup" and "DApp Data Caching". Comes with TypeScript/JavaScript SDK and detailed documentation, enabling developers to integrate without dealing with underlying storage logic.
Use Cases
Wallet & Crypto Information Management
LotusWallet has implemented decentralized storage of user private keys and mnemonics through LotS, enabling users to autonomously manage encrypted data backups.
DApp Data Storage
Providing on-chain data storage services for ICP-based DeFi, NFT, and social applications, supporting secure storage of user behavior data and configuration information.
Enterprise Data Certification
Financial institutions and healthcare sectors can use LotS for blockchain-based certification of sensitive data, meeting compliance and privacy protection requirements.
Technical Advantages Comparison
About LotS Protocol
Team Background
After 2 years of R&D by LotusWallet team, leveraging security experience from 100,000+ wallet users and ICP's technical features, we built the LotS protocol. Core team members come from blockchain security and distributed systems development, having led multiple Web3 infrastructure projects.
Technical Origins
Initially explored Ether Swarm storage solutions, but ultimately chose ICP as the underlying architecture due to its superior on-chain storage performance, Canister scalability and ecosystem compatibility, enabling standardized and decentralized storage protocol.
Developer Center
Create Canister
Generate dedicated storage containers with one-click via ICP console or LotS SDK
Call Template APIs
Select templates like "User Profile Storage" and pass data to complete on-chain storage
Integrate Applications
Retrieve stored data hashes and seamlessly connect with smart contracts or frontend apps