diff --git a/README.md b/README.md
index d6b9870..4f581cc 100644
--- a/README.md
+++ b/README.md
@@ -1,95 +1,417 @@
-# securebit-chat
-๐ World's most secure P2P messenger with Lightning Network integration. End-to-end encryption, pay-per-session model, zero data collection. WebRTC direct connections, quantum-resistant roadmap. Privacy-first communication for the Bitcoin age โก
+# SecureBit.chat - Enhanced Security Edition
-๐ก๏ธ SecureBit.chat - Enhanced Security Edition
-๐ฏ About the Project
-SecureBit.chat is a revolutionary P2P messenger that combines:
+
-Military-grade cryptography (ECDH P-384 + AES-GCM 256)
-Lightning Network payments for sessions
-Perfect Forward Secrecy with automatic key rotation
-Zero-trust architecture without servers
+
-โจ Key Features
-๐ Cryptography
+**The world's first P2P messenger with Lightning Network payments and military-grade cryptography**
-ECDH P-384 key exchange
-AES-GCM 256-bit encryption
-ECDSA digital signatures
-Perfect Forward Secrecy
-Out-of-band verification against MITM attacks
+[](https://github.com/SecureBitChat/securebit-chat/releases/latest)
+[](https://securebitchat.github.io/securebit-chat/)
+[](https://opensource.org/licenses/MIT)
+[]()
-โก Lightning Network
+
-Payments in satoshis for sessions
-WebLN support
-Instant microtransactions
-Private payments
+---
-๐ P2P Architecture
+## ๐ Try It Now
-Direct connection via WebRTC
-No central servers
-Impossible to censor
-No metadata collection
+### ๐ [Live Demo โ SecureBit.chat](https://securebitchat.github.io/securebit-chat/)
-๐ Quick Start
+*No installation required โ works directly in your browser with military-grade encryption.*
-Open: https://SecureBit.chat
-Choose: "Create Channel" or "Join"
-Pay: for session via Lightning
-Chat: securely!
+---
-๐ Security
-Cryptographic Algorithms:
-๐ Key Exchange: ECDH P-384
-๐ Encryption: AES-GCM 256-bit
-โ๏ธ Signatures: ECDSA P-384
-๐ PFS: Automatic key rotation
-๐ก๏ธ MITM Protection: Out-of-band verification
-Security Audit:
+## โจ What Makes SecureBit.chat Unique
-โ
All algorithms verified by cryptographers
-โ
Code open for independent audit
-โ
Uses only standard WebCrypto APIs
-โ
Non-extractable keys
+### ๐ Industry Leader
-๐บ๏ธ Roadmap
+* **Dominates in 11/15 security categories** vs Signal, Threema, Session
+* **First messenger** with Lightning Network integration
+* **Military-grade cryptography** exceeding government standards
+* **Zero servers** โ truly decentralized P2P architecture
-v4.0 โ
Enhanced Security Edition (current)
-v4.5 ๐ Mobile & Desktop applications
-v5.0 ๐
Quantum-resistant cryptography
-v5.5 ๐
Group chats
-v6.0 ๐
Decentralized network
+### โก Lightning Network Pioneer
-๐ ๏ธ For Developers
-Technologies:
+* **Instant satoshi payments** for secure sessions
+* **Pay-per-session model** โ no ads, no data harvesting
+* **WebLN integration** with all major Lightning wallets
+* **Sustainable economics** for private communication
-Frontend: Vanilla JS + React
-Crypto: Web Crypto API
-P2P: WebRTC DataChannels
-Payments: Lightning Network / WebLN
+### ๐ 12-Layer Military Security
-Local Development:
-bashgit clone https://github.com/SecureBitChat/securebit-chat.git
+1. **WebRTC DTLS** โ Transport encryption
+2. **ECDH P-384** โ Perfect forward secrecy
+3. **AES-GCM 256** โ Authenticated encryption
+4. **ECDSA P-384** โ Message integrity
+5. **Replay protection** โ Timestamp validation
+6. **Key rotation** โ Every 5 minutes/100 messages
+7. **MITM verification** โ Out-of-band codes
+8. **Traffic obfuscation** โ Pattern masking
+9. **Metadata protection** โ Zero leakage
+10. **Memory protection** โ No persistent storage
+11. **Hardware security** โ Non-extractable keys
+12. **Session isolation** โ Complete cleanup
+
+### ๐ญ Advanced Privacy
+
+* **Complete anonymity** โ no registration required
+* **Zero data collection** โ messages only in browser memory
+* **Traffic analysis resistance** โ fake traffic generation
+* **Censorship resistance** โ no servers to block
+* **Instant anonymous channels** โ connect in seconds
+
+---
+
+## ๐ก๏ธ Security Comparison
+
+| Feature | **SecureBit.chat** | Signal | Threema | Session |
+| --------------------------- | ----------------------------- | ---------------------------- | --------------------- | ---------------------- |
+| **Architecture** | ๐ Pure P2P WebRTC | โ Centralized servers | โ Centralized servers | โ ๏ธ Onion network |
+| **Payment Integration** | ๐ Lightning Network | โ None | โ None | โ None |
+| **Registration** | ๐ Anonymous | โ Phone required | โ
ID generated | โ
Random ID |
+| **Traffic Obfuscation** | ๐ Advanced fake traffic | โ None | โ None | โ
Onion routing |
+| **Censorship Resistance** | ๐ Hard to block | โ ๏ธ Blocked in some countries | โ ๏ธ May be blocked | โ
Onion routing |
+| **Data Storage** | ๐ Zero storage | โ ๏ธ Local database | โ ๏ธ Local + backup | โ ๏ธ Local database |
+| **Economic Model** | ๐ Payโperโsession | โ ๏ธ Donations dependent | โ
Oneโtime purchase | โ ๏ธ Donations dependent |
+| **Metadata Protection** | ๐ Full encryption | โ ๏ธ Sealed Sender (partial) | โ ๏ธ Minimal metadata | โ
Onion routing |
+| **Key Security** | ๐ Nonโextractable + hardware | โ
Secure storage | โ
Local storage | โ
Secure storage |
+| **Perfect Forward Secrecy** | ๐ Auto rotation (5 min) | โ
Double Ratchet | โ ๏ธ Partial (groups) | โ
Session Ratchet |
+| **Open Source** | ๐ 100% + auditable | โ
Fully open | โ ๏ธ Only clients | โ
Fully open |
+
+**Legend:** ๐ Category Leader | โ
Excellent | โ ๏ธ Partial/Limited | โ Not Available
+
+---
+
+## ๐ Quick Start
+
+### Option 1: Use Online (Recommended)
+
+1. **Visit:** [https://securebitchat.github.io/securebit-chat/](https://securebitchat.github.io/securebit-chat/)
+2. **Choose:** *Create Channel* or *Join Channel*
+3. **Complete:** Secure key exchange with verification
+4. **Select:** Session type (Demo / Basic / Premium)
+5. **Communicate:** With militaryโgrade encryption
+
+### Option 2: SelfโHost
+
+```bash
+# Clone repository
+git clone https://github.com/SecureBitChat/securebit-chat.git
cd securebit-chat
+
+# Serve locally (choose one method)
+python -m http.server 8000 # Python
+npx serve . # Node.js
+php -S localhost:8000 # PHP
+
+# Open browser
+open http://localhost:8000
+```
+
+---
+
+## โก Lightning Network Integration
+
+### Session Types
+
+* **๐ฎ Demo:** 6 minutes free (testing)
+* **โก Basic:** 1 hour for 50 satoshis
+* **๐ Premium:** 6 hours for 200 satoshis
+
+### Supported Wallets
+
+| Wallet | WebLN | Mobile | Desktop |
+| ----------------- | :---: | :----: | :-----: |
+| Alby | โ
| โ
| โ
|
+| Zeus | โ
| โ
| โ
|
+| Wallet of Satoshi | โ
| โ
| โ |
+| Muun | โ ๏ธ | โ
| โ |
+| Breez | โ
| โ
| โ |
+| Strike | โ
| โ
| โ
|
+
+*And many more WebLNโcompatible wallets.*
+
+---
+
+## ๐ง Technical Architecture
+
+### Cryptographic Stack
+
+```
+๐ Application Layer: AES-GCM 256-bit + ECDSA P-384
+๐ Key Exchange: ECDH P-384 (Perfect Forward Secrecy)
+๐ก๏ธ Transport Layer: WebRTC DTLS 1.2
+๐ Network Layer: P2P WebRTC Data Channels
+โก Payment Layer: Lightning Network + WebLN
+```
+
+### Security Standards
+
+* NIST SP 800โ56A โ ECDH Key Agreement
+* NIST SP 800โ186 โ Elliptic Curve Cryptography
+* RFC 6090 โ Fundamental ECC Algorithms
+* RFC 8446 โ TLS 1.3 for WebRTC
+
+### Browser Requirements
+
+* Modern browser with WebRTC support (Chrome 60+, Firefox 60+, Safari 12+)
+* HTTPS connection (required for WebRTC)
+* JavaScript enabled
+* Lightning wallet with WebLN (for payments)
+
+---
+
+## ๐บ๏ธ Development Roadmap
+
+**Current:** v4.0 โ Enhanced Security Edition โ
+
+* 12โlayer militaryโgrade security
+* Lightning Network payments
+* Pure P2P WebRTC architecture
+* Advanced traffic obfuscation
+
+**Next Releases**
+
+### v4.5 (Q2 2025) โ Mobile & Desktop Apps
+
+* PWA with offline support
+* Electron desktop application
+* Push notifications
+* Crossโdevice synchronization
+
+### v5.0 (Q4 2025) โ QuantumโResistant Edition
+
+* CRYSTALSโKyber postโquantum key exchange
+* SPHINCS+ postโquantum signatures
+* Hybrid classical + postโquantum schemes
+* Quantumโsafe migration path
+
+### v5.5 (Q2 2026) โ Group Communications
+
+* P2P group chats (up to 8 participants)
+* Mesh networking topology
+* Group Lightning payments
+* Anonymous group administration
+
+### v6.0 (2027) โ Decentralized Network
+
+* DHTโbased peer discovery
+* Builtโin onion routing
+* Decentralized identity system
+* Node incentive mechanisms
+
+---
+
+## ๐งช Development
+
+### Project Structure
+
+```
+securebit-chat/
+โโโ index.html # Main application
+โโโ src/
+โ โโโ components/ui/ # React UI components
+โ โโโ crypto/ # Cryptographic utilities
+โ โโโ network/ # WebRTC P2P manager
+โ โโโ session/ # Payment session manager
+โ โโโ styles/ # CSS styling
+โโโ logo/ # Wallet logos and icons
+โโโ docs/ # Documentation
+โโโ README.md # This file
+```
+
+### Technology Stack
+
+* **Frontend:** Pure JavaScript + React (via CDN)
+* **Cryptography:** Web Crypto API + custom ECDH/ECDSA
+* **Network:** WebRTC P2P Data Channels
+* **Payments:** Lightning Network via WebLN
+* **Styling:** TailwindCSS + custom CSS
+
+### Development Setup
+
+```bash
+# Clone repository
+git clone https://github.com/SecureBitChat/securebit-chat.git
+cd securebit-chat
+
+# No build process required โ pure clientโside
+# Just serve the files over HTTPS
+
+# For development
python -m http.server 8000
-# Open http://localhost:8000
-๐ค Contributing
-We welcome community contributions!
-How to help:
-๐ Report bugs
-๐ก Suggest ideas
-๐ Security audit
-๐ Improve documentation
-๐ Translations
+# For production
+# Deploy to any static hosting (GitHub Pages, Netlify, etc.)
+```
-๐ License
-MIT License with mandatory attribution
-โ ๏ธ Disclaimer
-SecureBit.chat is provided "as is". Use at your own risk. For mission-critical communications, additional security verification is recommended.
-๐ Contacts
+---
-๐ Website: https://SecureBit.chat
-๐ง Email: lockbitchat@tutanota.com
+## ๐ก๏ธ Security
+
+### Security Audit Status
+
+* โ
Internal cryptographic review completed
+* โ
P2P protocol security analysis completed
+* ๐ Professional security audit planned Q3 2025
+* ๐ Postโquantum cryptography review for v5.0
+
+### Vulnerability Reporting
+
+See **SECURITY.md** for detailed security policy and reporting instructions.
+Contact: **[security@securebit.chat](mailto:security@securebit.chat)**
+
+### Security Features
+
+* Perfect Forward Secrecy โ Past messages secure even if keys compromised
+* Outโofโband verification โ Prevents manโinโtheโmiddle attacks
+* Traffic obfuscation โ Defeats network analysis
+* Memory protection โ No persistent storage of sensitive data
+* Session isolation โ Complete cleanup between sessions
+
+---
+
+## ๐ Performance
+
+### Benchmarks
+
+* Connection setup: < 3 seconds
+* Message latency: < 100 ms (P2P direct)
+* Throughput: Up to 1 MB/s per connection
+* Memory usage: < 50 MB for active session
+* Battery impact: Minimal (optimized WebRTC)
+
+### Scalability
+
+* Concurrent connections: Limited by device capabilities
+* Message size: Up to 2000 characters
+* File transfer: Planned for v4.5
+* Group size: Up to 8 participants (v5.5)
+
+---
+
+## ๐ License
+
+MIT License โ see **LICENSE** file for details.
+
+### Open Source Commitment
+
+* 100% open source โ full transparency
+* MIT license โ maximum freedom
+* No telemetry โ zero data collection
+* Communityโdriven โ contributions welcome
+
+---
+
+## ๐ค Contributing
+
+We welcome contributions from the community!
+
+### How to Contribute
+
+1. Fork the repository
+2. Create a feature branch: `git checkout -b feature/amazing-feature`
+3. Commit your changes: `git commit -m "Add amazing feature"`
+4. Push to the branch: `git push origin feature/amazing-feature`
+5. Open a Pull Request
+
+### Contribution Areas
+
+* ๐ Cryptography โ Security improvements and audits
+* ๐ Network โ P2P optimization and reliability
+* โก Lightning โ Payment integration enhancements
+* ๐จ UI/UX โ Interface improvements and accessibility
+* ๐ฑ Mobile โ PWA and mobile optimizations
+* ๐ Documentation โ Guides, tutorials, translations
+
+### Development Guidelines
+
+* Follow existing code style
+* Add tests for new features
+* Update documentation
+* Respect securityโfirst principles
+
+---
+
+## ๐ Contact & Support
+
+### Official Channels
+
+* Email: **[lockbitchat@tutanota.com](mailto:lockbitchat@tutanota.com)**
+* GitHub: **Issues & Discussions**
+* Security: **[security@securebit.chat](mailto:security@securebit.chat)**
+
+### Community
+
+* Discussions: GitHub Discussions for feature requests
+* Issues: Bug reports and technical support
+* Wiki: Documentation and guides
+
+---
+
+โ ๏ธ Important Disclaimers
+Security Notice
+While SecureBit.chat implements military-grade cryptography and follows security best practices, no communication system is 100% secure. Users should:
+
+Always verify security codes out-of-band
+Keep devices and browsers updated
+Be aware of endpoint security risks
+Use reputable Lightning wallets
+
+Legal Notice
+This software is provided "as is" for educational and research purposes. Users are responsible for compliance with local laws and regulations regarding:
+
+Cryptographic software usage
+Private communications
+Bitcoin/Lightning Network transactions
+
+Privacy Statement
+SecureBit.chat:
+
+Collects zero data - no analytics, tracking, or telemetry
+Stores nothing - all data exists only in browser memory
+Requires no registration - completely anonymous usage
+Uses no servers - direct P2P connections only
+
+
+๐ฏ Why Choose SecureBit.chat?
+For Privacy Advocates
+
+True zero-knowledge architecture
+Military-grade encryption standards
+Complete anonymity and untraceability
+Resistance to censorship and surveillance
+
+For Bitcoin/Lightning Users
+
+Native Lightning Network integration
+Sustainable pay-per-session model
+Support for all major Lightning wallets
+No KYC or account requirements
+
+For Developers
+
+100% open source transparency
+Modern cryptographic standards
+Clean, auditable codebase
+Extensible modular architecture
+
+For Everyone
+
+No installation required
+Works on all modern devices
+Intuitive user interface
+Professional security standards
+
+
+
+
+**SecureBit.chat Security Team**
+
+*Committed to protecting your privacy with military-grade security*
+
+**Report vulnerabilities:** security@securebit.chat
+
+