# Goliath Docs

## Goliath Docs

- [Welcome to Goliath](https://docs.goliath.net/readme.md): The Future of Secure and Scalable Distributed Infrastructure
- [Quick Start](https://docs.goliath.net/user-guide/quickstart.md)
- [Getting Started](https://docs.goliath.net/developer-guide/getting-started.md)
- [XCN Decimal Handling](https://docs.goliath.net/developer-guide/decimal-handling.md): Detailed guidance for handling native XCN amounts correctly across Solidity, JSON-RPC, wallets, and frontend code.
- [Lazy Account Creation (Gas)](https://docs.goliath.net/developer-guide/lazy-create-gas.md)
- [Deploying Contracts](https://docs.goliath.net/developer-guide/deploying-contracts.md)
- [Slingshot Integration](https://docs.goliath.net/developer-guide/slingshot-integration.md)
- [Bridge Integration](https://docs.goliath.net/developer-guide/bridge.md): Developer guide to bridging ETH, USDC, and XCN between Ethereum Mainnet and Goliath Mainnet — contracts, REST API, and code examples for mobile and web integrators.
- [Architecture](https://docs.goliath.net/developer-guide/bridge/architecture.md): How the Goliath Bridge works — on-chain contracts, off-chain relayer, events, finality windows, and the full status lifecycle.
- [Ethereum → Goliath](https://docs.goliath.net/developer-guide/bridge/ethereum-to-goliath.md): Step-by-step integration guide for bridging ETH, USDC, or XCN from Ethereum Mainnet to Goliath Mainnet — with ethers.js, viem, and status-polling examples.
- [Goliath → Ethereum](https://docs.goliath.net/developer-guide/bridge/goliath-to-ethereum.md): Step-by-step integration guide for bridging ETH, USDC, or XCN from Goliath Mainnet back to Ethereum Mainnet — burn flow for ERC-20s and signed-intent flow for native XCN.
- [REST API Reference](https://docs.goliath.net/developer-guide/bridge/api-reference.md): Public REST API reference for the Goliath Bridge — status, history, fee-quote, limits, XCN withdraw intent, and health endpoints with full request/response schemas.
- [Contracts & Events](https://docs.goliath.net/developer-guide/bridge/contracts-and-events.md): Deployed bridge contract addresses, user-facing ABIs, and event signatures for Goliath Mainnet/Ethereum Mainnet and Goliath Testnet/Sepolia.
- [Smart Account Integration](https://docs.goliath.net/developer-guide/bridge/smart-account-integration.md): Integrate the Goliath Bridge from ERC-4337 smart-account wallets (Safe, Coinbase Smart Wallet, Biconomy, Alchemy AA, ZeroDev, thirdweb) — ERC-1271 signatures, bundler tx hashes, and how to avoid the u
- [Onyx App (Mainnet)](https://docs.goliath.net/defi/onyx-app.md)
- [Goliath Slingshot (Testnet)](https://docs.goliath.net/defi/slingshot.md)
- [Swap](https://docs.goliath.net/defi/slingshot/swap.md)
- [Bridge](https://docs.goliath.net/defi/slingshot/bridge.md)
- [Migrate](https://docs.goliath.net/defi/slingshot/migrate.md)
- [Yield](https://docs.goliath.net/defi/slingshot/yield.md)
- [Network Overview](https://docs.goliath.net/architecture/overview.md)
- [Overview](https://docs.goliath.net/rewards/overview.md): Overview of Goliath Network reward systems - earn XCN through staking or running a validator node.
- [Staking Rewards](https://docs.goliath.net/rewards/staking-rewards.md): Earn passive income by staking XCN to validators on the Goliath Network - no minimum, no lock-up, no slashing.
- [Validator Rewards](https://docs.goliath.net/rewards/validator-rewards.md): Earn substantial rewards by running a Goliath Network validator node - daily USD-denominated payments for active consensus participation.
- [Running a Validator](https://docs.goliath.net/rewards/running-a-validator.md): Non-technical step-by-step guide for onboarding as a Goliath validator with Onyx DAO.
- [Validator Dashboard](https://docs.goliath.net/rewards/validator-dashboard.md): Real-time network explorer for validators, transactions, accounts, contracts, and staking activity on Goliath.
- [EVM JSON-RPC](https://docs.goliath.net/apis/evm-json-rpc.md)
- [XCN Token](https://docs.goliath.net/tokenomics/xcn-token.md)
- [Smart Contract Addresses](https://docs.goliath.net/reference/contracts.md): Deployed smart contract addresses for Goliath Mainnet, Goliath Testnet, and associated Ethereum contracts.
- [FAQ](https://docs.goliath.net/reference/faq.md)
- [Roadmap](https://docs.goliath.net/reference/roadmap.md): Goliath Network development roadmap and timeline for validator onboarding, mainnet launch, and full decentralization.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.goliath.net/readme.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.
