Token: SFX | Chain: Cronos | DAO Enforced
Website: www.selfix.pro
White Paper: SELFIX White Paper v1.2
Governance Certs: AI Digital Law Alignment | EDAO Verification
SELFIX is the world’s first ethical cybersecurity protocol powered by karmic computation and SmartLicense-X™.
It replaces traditional antivirus with trust-weighted healing, deception-layer protection, and programmable ethics.
- Tokenized Healing Engine (SFX)
- NFT Revenue Sharing (Karmic & Entropy NFTs)
- Trap Logic Deception Fields
- SmartLicense-X Enforcement for Ethical Access
- Self-Healing AI Modules and Seeder Agents
Powered by EDAO Technologies | Under Nevermissed Licensed Trust
- Token Address:
0x342f8cac11E055Ba387942fa06E0e9522616D375
- Total Supply: 1,000,000,000 SFX
- Deployment Date: June 6, 2025
- Network: Cronos Chain
SELFIXToken_flat.sol
– Final deployed smart contractLICENSE.txt
– Karmic public use covenant under SmartLicense-X™/docs/
– White paper, DAO certificates, and IP references
-
🧠 Entropy Healing Daemon
Monitors and heals systemic anomalies via GPT-directed plugin engine. -
🔐 Trust-Scoped Plugin Modules
Modules are sandboxed, verified, and promoted under strictpromoted/
gating. -
🧪 HTMX-Powered Web Dashboard
Flask-based frontend + REST metrics for entropy, karma, and plugin status. -
🗂️ PDF & Legal Snapshot Generator
Auto-exports daily compliance files to/docs/legal_archive/
. -
🪪 Nevermissed Licensed Trust
Licensed under Australian Trust Law, ABN 18 552 722 678.
Folder | Description |
---|---|
app/ |
Flask frontend, routes, HTML templates |
scripts/ |
Startup, audit, validator, and promotion scripts |
data/ |
Live JSON logs and healing states |
generated/ |
AI-generated healing agents and verifiers |
healing_modules/ |
Trusted plugins (promoted/ required) |
doc/ |
Whitepapers, manifest, trust principles |
backups/ |
Safety rollback points |
python3 -m venv venv source venv/bin/activate pip install -r requirements.txt
git clone https://github.com/EDAO-TECH/SELFIX.git
cd SELFIX
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
./start_all.sh
Access:
📍 http://localhost:5050 (internal)
📍 https://www.selfix.pro (public)
---
📊 API Endpoints
/api/entropy/graph — Entropy levels over time
/api/plugins/graph — Plugin trust & activation states
/hx/insight-graphs — HTMX UI fragment for entropy insight
🧾 Licensing
This software is protected by SmartLicense-X™, enforced by:
Nevermissed Licensed Trust
ABN 18 552 722 678
📧 legal@edao.tech
All rights reserved under Australian trust law and DAO ethics.
🤝 Contributions
We welcome PRs for healing logic, plugin verifiers, or validator scripts. All submissions must:
Include metadata headers
Pass sandbox tests via sandbox_test_engine.py
Be GPG signed if part of .selfix plugin bundle
📣 Contact & Support
Channel Address
Email support@selfix.pro
Business hello@edao.tech
Legal/Trust legal@edao.tech
Documentation See /doc/ folder
.
├── __pycache__
├── backups
├── book_of_forgiveness
├── clean_script_filenames.py
├── cyber_doc_bundle.tar.gz
├── data
├── doc
├── entropy_resolver.py
├── final_install_backup.sh
├── generated
├── golden_vault_manager.py
├── healing_daemon.py
├── healing_loop.py
├── healing_manager.py
├── healing_modules
├── healing_report.json
├── healing_trigger.py
├── healing_watchdog.py
├── improvements
├── install.sh
├── karma_guard.py
├── karma_tester.py
├── local_ai.py
├── logs
├── nohup.out
├── rollback_manager.py
├── root_delegate.py
├── scripts
├── selfix_self_audit.py
├── soul_core.py
├── start_all.sh
├── trap_logic.py
├── verify_engine.py
└── yang_engine.py