Light Nodes
Important
- Anyone can set up and run a Light Node.
- Node Operators set a % commission (usually 1%-3%).
- Guardian Membership NFTs allow members to earn their full rewards allocation (20% of total $SOPH supply).
- Light Node Operators without a Guardian NFT only earn a % commission from the rewards of members who delegate their NFTs to them.
- Light Node Operators with a delegated Guardian NFT can earn $SOPH rewards as well as a % commission from their delegators’ rewards.
Sophon Light Nodes present the most cost-effective way to participate in the Sophon network. Unlike traditional blockchain nodes that require specialized hardware and constant processing of hundreds of gigabytes of data, Light Nodes are designed for efficiency and accessibility.
Avail’s Light Clients
Light Nodes leverage Avail’s light client technology to perform data availability sampling - a critical step that ensures all data remains accessible while enabling chain state reconstruction. The process works as follows:
- When new blocks are produced on Avail, Light Nodes request random samples (cells) from each block
- After verification, block confidence is calculated as a percentage (%)
- Data is considered available when the confidence factor exceeds the certainty threshold defined by the user
This sampling approach is like quality assurance inspection - verifying data availability without downloading entire blocks, making the process much more efficient than traditional node operation.
Decentralization Through Accessibility
Sophon’s Light Nodes allow users with average hardware and technical knowledge to perform valuable work for the ecosystem. This democratizes network operations, ensuring they aren’t centralized among a fortunate few.
Light Node operators earn rewards based on their individual contributions, and since they simply perform spot checks of the network, they can run their nodes for a fraction of the cost required for traditional nodes.
Deployment
Deploying a Light Node is one of the most accessible ways to help maintain the Sophon Network. Light Nodes are easy to set up, require minimal resources, and are suitable for anyone with basic knowledge of technology, engineering, or DevOps.
System Requirements
Component | Minimum | Recommended |
---|---|---|
RAM | 512 MB | 1 GB |
CPU (amd64/x86 architecture) | 2 cores | 4 cores |
Current Node as-a-Service (NaaS) Providers
Deployment Options
Easiest Path - Railway
We provide a Railway template for automatic deployment. This method simplifies the process and provides you with full control of your light node.
Steps:
- Visit the Railway template.
- Follow the guided instructions within Railway to deploy your environment.
- Once complete, your Light Node will be up and running.
For Tech-Savvy Users
If you prefer to manage your own environment, use our Docker files to deploy your Light Node:
- Docker Hub: Sophon Light Node
- GitHub Repository: Sophon Light Node Repository
Steps:
- Download the Docker files from the links above.
- Follow the provided instructions to configure and run the light node.
- Customize configurable variables as needed for your setup.
Monitoring Your Light Node
Regardless of how you deploy your Light Node, you can use the Guardians app to:
- Monitor the status of your node.
- Track rewards and performance.
Was this page helpful?