# Technical Implementation

NeuralByte Token utilizes smart contracts deployed on the Ethereum blockchain to facilitate resource rental transactions. The process involves:

* User Registration: Users create accounts and deposit NeuralByte tokens into their wallets.
* Resource Selection: Users browse available GPU and TPU resources, selecting configurations that suit their requirements.
* Rental Agreement: Smart contracts manage the rental agreements, specifying terms such as duration, price, and resource utilization.
* Resource Provisioning: Upon agreement confirmation, the chosen resources are provisioned to the user, ready for AI model training.
* Built-in Library: The server hosts a comprehensive library of AI frameworks, tools, and datasets, accessible to users for seamless model development and training.


---

# 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://neuralbyte.gitbook.io/neuralbyte-erc/introduction/technical-implementation.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.
