# Roadmap

## Goliath Network Development Timeline

This roadmap outlines the phased approach to building and decentralizing the Goliath Network.

***

## Phase 1: Preview Testnet (Q4 2025) - COMPLETED

**Status:** Completed

* DAO-operated validators only
* Network stability testing and optimization
* Limited community access
* Core infrastructure validation

**Achievements:**

* Successfully deployed 5-node validator network
* Achieved stable consensus operation
* Validated EVM compatibility
* Launched Validator Dashboard

***

## Phase 2: Open Testnet (Q1 2026) - CURRENT

**Status:** In Progress

* Permissioned validators invited
* Performance and stress testing
* Community participation expanded
* Documentation and tooling improvements

**Goals:**

* Onboard selected external validator operators
* Stress test network under increased load
* Validate monitoring and alerting systems
* Refine validator requirements based on operational data

***

## Phase 3: Testnet Rewards (Q1 2026) - NEW

**Status:** Active

Validator and staking rewards have been activated on the Goliath Testnet.

### Staking Rewards Activated

* Staking Reward Fund funded and operational
* 24-hour staking periods implemented
* \~20% APY for staked accounts (testnet configuration)
* Rewards accrue daily, collected on account activity

### Node Rewards Activated

* $500,000 annual budget for testnet validators
* Daily distributions to all active validators (\~$274/day each)
* USD-denominated stable rewards independent of XCN price
* Automatic distribution at UTC midnight

### Validator Dashboard Enhanced

* Staking metrics displayed on Validators page
* Reward tracking enabled on Account pages
* Reward estimator calculator available
* Export capabilities for reward history

### Economic Model Validation

* Reward sustainability being tested
* Distribution mechanics verified
* Stake distribution incentives observed
* Parameters being tuned for mainnet

> **Note:** Current testnet values will be adjusted for mainnet. See [Rewards Overview](/rewards/overview.md) for current numbers.

***

## Phase 4: Mainnet Launch (Q1 2026) - COMPLETED

**Status:** Completed

* **Mainnet Live**: Goliath Mainnet (Chain 327) launched and operational
* **DeFi Platform**: [Onyx App](https://app.onyx.org) live with swap, bridge, and liquid staking
* **Bridge Operational**: Cross-chain bridge between Ethereum Mainnet and Goliath Mainnet (ETH, USDC, XCN)
* **Liquid Staking**: StakedXCNDirect contract deployed and accepting stakes
* **DEX Deployed**: UniswapV2 AMM with WXCN, ETH, and USDC trading pairs
* **Explorer Live**: [explorer.goliath.net](https://explorer.goliath.net) and [validators.goliath.net](https://validators.goliath.net)

**Achievements:**

* Deployed full smart contract suite on Chain 327
* Launched Onyx App as single DeFi entry point
* Established Ethereum <-> Goliath bridge with BridgeLock/BridgeMint architecture
* Liquid staking operational with 107,790+ XCN staked

***

## Phase 5: Full Decentralization (Q3 2026)

**Status:** Planned

* **Permissionless**: Anyone meeting requirements can run a validator
* **Open Registration**: Public validator onboarding begins
* **Governance Integration**: Validator voting rights activated
* **Professional Services**: Enterprise validator support available
* **Global Distribution**: Geographic validator diversity achieved

**Goals:**

* 20+ independent validators
* No single entity controls >20% of stake
* Multi-region validator distribution
* Self-sustaining economic model

***

## Future Enhancements (Q4 2026+)

### Planned Features

1. **Auto-scaling**: Dynamic resource allocation for validators
2. **Multi-region Support**: Geographic distribution tooling
3. **Hardware Wallet Integration**: Native HSM support
4. **Automated Updates**: Zero-downtime upgrade procedures
5. **Performance Analytics**: Advanced metrics and benchmarking

### Long-term Vision

* Fully decentralized governance
* Cross-chain interoperability
* Enterprise-grade SLAs
* Global validator network

***

## Stay Updated

* **Telegram**: <https://t.me/Onyx>
* **Help Bot**: [Goliath Help Bot](https://t.me/GoliathHelpBot)
* **GitHub**: <https://github.com/Onyx-Protocol>

***

*This roadmap is subject to change based on development progress, community feedback, and market conditions. Major updates will be announced through official channels.*


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.goliath.net/reference/roadmap.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
