Primary Network
Learn about the Lux Primary Network and its three blockchains.
Lux is a heterogeneous network of blockchains. As opposed to homogeneous networks, where all applications reside in the same chain, heterogeneous networks allow separate chains to be created for different applications.
The Primary Network is a special Lux L1 that runs three blockchains:
- The Contract Chain (LUExchange-Chain)
- The Platform Chain (Platform-Chain)
- The Exchange Chain (Exchange-Chain)
Note
Lux Mainnet is comprised of the Primary Network and all deployed Lux L1s.
A node can become a validator for the Primary Network by staking at least 2,000 LUX.
LUExchange-Chain (Contract Chain)
The LUExchange-Chain is an implementation of the Ethereum Virtual Machine (EVM). The LUExchange-Chain's API supports Geth's API and supports the deployment and execution of smart contracts written in Solidity.
The LUExchange-Chain is an instance of the Coreth Virtual Machine.
| Property | Mainnet | Testnet Testnet |
|---|---|---|
| Network Name | Lux LUExchange-Chain | Lux Testnet LUExchange-Chain |
| Chain ID | 43114 (0xA86A) | 43113 (0xA869) |
| Currency | LUX | LUX |
| RPC URL | https://api.lux.network/ext/bc/C/rpc | https://api.lux-test.network/ext/bc/C/rpc |
| Explorer | https://subnets.lux.network/c-chain | https://subnets-test.lux.network/c-chain |
| Faucet | - | Get Test LUX |
| Add to Wallet |
Platform-Chain (Platform Chain)
The Platform-Chain is responsible for all validator and Lux L1-level operations. The Platform-Chain API supports the creation of new blockchains and Lux L1s, the addition of validators to Lux L1s, staking operations, and other platform-level operations.
The Platform-Chain is an instance of the Platform Virtual Machine.
| Property | Mainnet | Testnet Testnet |
|---|---|---|
| RPC URL | https://api.lux.network/ext/bc/P | https://api.lux-test.network/ext/bc/P |
| Currency | LUX | LUX |
| Explorer | https://subnets.lux.network/p-chain | https://subnets-test.lux.network/p-chain |
Exchange-Chain (Exchange Chain)
The Exchange-Chain is responsible for operations on digital smart assets known as Lux Native Tokens. A smart asset is a representation of a real-world resource (for example, equity, or a bond) with sets of rules that govern its behavior, like "can't be traded until tomorrow." The Exchange-Chain API supports the creation and trade of Lux Native Tokens.
One asset traded on the Exchange-Chain is LUX. When you issue a transaction to a blockchain on Lux, you pay a fee denominated in LUX.
The Exchange-Chain is an instance of the Lux Virtual Machine (XVM).
| Property | Mainnet | Testnet Testnet |
|---|---|---|
| RPC URL | https://api.lux.network/ext/bc/X | https://api.lux-test.network/ext/bc/X |
| Currency | LUX | LUX |
| Explorer | https://subnets.lux.network/x-chain | https://subnets-test.lux.network/x-chain |
Explore More
Is this guide helpful?