Testnet coming soon

Thrylos
blockchain

Built from scratch.
Scalable and Ethereum compatible.

10,000+
Benchmarked TPS
3s
Block Time
BadgerDB
Persistence
Go
Native Core

Uncompromised.

Most blockchains force you to choose between speed and compatibility. We engineered a way to have both.

Parallel Architecture.

State contention is solved. Thrylos uses granular, address-based lock sharding to process independent transactions in parallel, maximizing CPU throughput.

Data Integrity.

Built on BadgerDB v3. We prioritize data persistence with synchronous writes, ensuring the chain survives network failures without corruption.

Secure Consensus.

Proof of Stake with Epoch-based randomness. Validators are selected via secure, unbiasable entropy, preventing grinding attacks.

Cost, vanished.

With transaction costs consistently below $0.001, you can build applications that were previously economically impossible.

Legacy L1
$4.50
Thrylos
$0.001

Simple API.
Instant Integration.

Integrate Thrylos into your wallet or exchange with standard JSON-RPC endpoints. Native support for Transfers, Staking, and Delegation.

Coming Soon: Full EVM compatibility via REVM integration.

JSON-RPC Go SDK REST
client.go
// Connecting to Thrylos Testnet
const client = NewClient("https://rpc.thrylos.org");
 
// Checking balance (0.0ms latency)
const balance = await client.GetBalance("0x742...");
 
fmt.Printf("Balance: %d THR", balance);
> Balance: 15000 THR
> Latency: 12ms

Join & Contribute

Join the ecosystem and contribute to Thrylos open source project.