2.4 Security Guidelines

Security is a core pillar of Layrz AI both in how we design our platform and how we expect users to interact with it. While we aim for a frictionless developer experience, it’s important to follow the practices below to keep your assets and work safe.


No Data Storage Always Save Your Work

During the MVP and open beta phase:

  • Contracts and sessions are not stored on Layrz servers.

  • Your prompts, code, and progress are held in-browser only.

  • If you close your browser or tab, you may lose unsaved work.

Be sure to:

  • Manually copy/export your contract code before navigating away.

  • Use the download/export button in the IDE when available.

Tip: Use external version control (e.g. GitHub or local backups) to maintain your project progress.


To prevent phishing or spoofing risks:

Do not trust third-party domains or extensions claiming to be Layrz.ai unless verified on our official channels.


🦊 Wallet Connection Safety

When connecting your wallet:

  • Ensure you're on the correct domain

  • Use MetaMask or trusted browser wallets

  • Review any permissions requested, Layrz only requests basic wallet signature for login and does not initiate transactions or approvals on its own.

Last updated