VeilNet Conflux is the connector/client/server/peer/node of the VeilNet network.
It is the software that runs on your device—whether as a system service, desktop/mobile application, or container—to join and participate in the VeilNet overlay.
Conflux behaves very differently from connector software in conventional overlay networks:
No Coordination ServerVeilNet has no central coordination server.
Conflux instances must self-organize, cooperate, and discover routes dynamically.
They are not passive clients waiting for updates—they are active agents contributing to the global network fabric.
Not WireGuardConflux is not a wrapper around WireGuard.
It is a completely new protocol and architecture designed for security, scalability, and cloud-native elasticity.
Horizontally ScalableConflux scales naturally in Kubernetes and distributed systems.
Because VeilNet is a non-IP network, Conflux:
Horizontal scaling simply means: add more Conflux instances → more capacity.
Native Multi-Hop & Multi-PathConflux instances automatically form multi-hop, multi-path, multi-channel routes using VeilNet’s reinforcement-learning routing algorithm.
Conflux can:
(It can be abused if misused—one reason the Anchor Protocol is not open-sourced yet.)
Because it is neither a “peer” nor a “client,” and not merely a connector—it is a junction of multiple realms, bridging distributed compute, networks, and identities.
Inspired by D&D, the name reflects how Conflux brings together independent islands of networks into one fabric.
Conflux establishes ephemeral data channels through three independent layers:
Each layer is:
A stream can change its route or tether at any moment, as long as the destination can be reached.
These combinations become the actions of the reinforcement-learning (RL) algorithm:
Conflux continuously executes this RL loop to optimise routing:
This is how VeilNet achieves:
In essence: every Conflux node is an intelligent router, not a passive client.
