# Get Started with BNS One

BNS One is a secure and decentralized domain name service built on the Bitcoin blockchain. It allows users to register, manage, and trade .btc domains, bringing the power of Web3 to Bitcoin.

## Features

* Register and manage .btc domain names
* Decentralized and secure, powered by the Bitcoin blockchain
* User-friendly interface for domain management
* Search and browse available domains
* Integration with Bitcoin wallets for transactions

## Getting Started

To run this project locally:

1. Clone the repository
2. Install dependencies with `npm install`
3. Run the development server with `npm run dev`
4. Open <http://localhost:3000> in your browser

## Technologies Used

* Next.js
* React
* TypeScript
* Tailwind CSS
* Shadcn UI components

## License

Application is closed-source and belongs to Snazzy. Developed by Red Block Labs.


---

# 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://bns-one.gitbook.io/bns-one/welcome-to-bns-one/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.
