> For the complete documentation index, see [llms.txt](https://docs.dotone.online/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dotone.online/quick-guide.md).

# quick guide

dotOne Smart Chain is open infrastructure.

Whether you’re a user, a developer, or a validator, getting started takes only a few steps.

Choose your path below.

### For Users

Start interacting with the network.

1. Add dotOne Smart Chain to your wallet
2. Connect via a supported wallet (EVM-compatible)
3. Acquire DT1 for transactions
4. Explore applications and on-chain activity

You can track transactions and contracts through the public block explorer.

### For Developers

Deploy and test your applications.

1. Connect to the Testnet RPC
2. Deploy smart contracts using Solidity
3. Interact via standard EVM tooling
4. Monitor through the Explorer

No proprietary tools required.

Documentation, GitHub repositories, and technical resources are available in the Developer section.

### For Validators

Secure the network and earn protocol-level rewards.

1. Review validator requirements
2. Prepare dedicated infrastructure
3. Sync your node
4. Register and stake
5. Activate monitoring

Reliable infrastructure and long-term commitment are expected.

### Network Access

RPC Endpoints\
Public HTTP & WebSocket access available.

Block Explorer\
Full transparency for transactions, blocks, and contracts.

Documentation\
Technical setup guides and integration references.

GitHub\
Open repositories and development resources.

### Begin with the Testnet

The Testnet environment allows safe exploration before Mainnet interaction.

Deploy contracts.\
Test integrations.\
Run validator setups.

Build with confidence before production deployment.

### Built for Participation

dotOne Smart Chain is structured for:

* Stable infrastructure
* Predictable economics
* Developer accessibility
* Scalable integration

Choose your role.\
Connect to the network.\
Start building.


---

# 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://docs.dotone.online/quick-guide.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.
