> For the complete documentation index, see [llms.txt](https://xyro-io.gitbook.io/xyro-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xyro-io.gitbook.io/xyro-whitepaper/welcome-to-xyro/web3-implementation.md).

# Web3 Implementation

**Revolutionizing Gaming: XYRO Integrates Web3 and AI to Elevate the Crypto Gaming Experience**

**Transparency and Low Transaction Fees**

At XYRO, we’re harnessing the true potential of Web3 to transform gaming. All games on our platform run on-chain, ensuring every outcome is recorded immutably on the blockchain, with price quotes provided by our strategic partner, Chainlink. This means full transparency for every move made within the game, creating an environment where players can trust the results.

Historically, running games on-chain would have led to high transaction fees, making it impractical. However, with Ethereum’s Cancun upgrade, which introduced proto-danksharding and blob transactions, network fees on Arbitrum have decreased by 99%. Now, it costs less than $0.01 to interact with smart contracts, providing a seamless and cost-effective gaming experience.

**Arbitrum’s Impact**\
\
We chose Arbitrum for its deep liquidity, large ecosystem, high throughput, and almost 38 million active addresses. This ensures our players experience fast, reliable gameplay while enjoying low fees. To participate in game modes, players can use either USDT or XYRO tokens, giving them flexibility and ease of access.

**Chainlink Partnership**

The integrity of game outcomes is a cornerstone of our platform, and that's where Chainlink’s top-tier oracle solutions come into play. Chainlink, the leader in the oracle niche, powers over 2,000 dApps and provides secure, real-time crypto price data to ensure accurate and transparent results. Our partnership with Chainlink guarantees that every price-dependent outcome in XYRO is backed by the most trusted data in the space.


---

# 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 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, and the optional `goal` query parameter:

```
GET https://xyro-io.gitbook.io/xyro-whitepaper/welcome-to-xyro/web3-implementation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
