# RalphBuilder POC

[The Proof of Concept (POC) for RalphBuilder](https://ralphbuilder.org/contract) is designed to demonstrate the platform’s AI capabilities in building smart contracts on the Alephium blockchain. This beta version provides an accessible way for users to experience the core functionalities of RalphBuilder and understand how AI-driven contract creation can simplify blockchain development.

In this [POC](https://ralphbuilder.org/contract), several key modules are available for free for all users:&#x20;

* **Token Module**
* **NFT Collection Module**
* **NFT Contract Module**

<figure><img src="/files/JtjRTJQh36BKttqpw6Nk" alt=""><figcaption><p><a href="https://ralphbuilder.org/contract">https://ralphbuilder.org/contract</a></p></figcaption></figure>

We strongly encourage you to use the predefined prompts and replace values as needed. If a prompt lacks precision, the AI may generate incorrect or non-compilable code, so it's essential to be thorough in this regard. Additionally, please note that prompts must be achievable with the current technology, which is limited due to remote servers.

<figure><img src="/files/P9W53uwMpF4FkbHkN5Pa" alt=""><figcaption></figcaption></figure>

New modules will be introduced over time, expanding RalphBuilder’s capabilities. Currently, the AI model powering this POC is Llama 3.2 90B. However, RalphBuilder’s long-term vision is to develop a proprietary AI model, fully customized and trained to write code in RALPH, Alephium’s programming language. Ultimately, we aim to establish locally hosted infrastructure, accessible to the entire community, to enable efficient development on the blockchain.

**Beta Notice**\
As this is a beta version, please be aware that the POC may encounter occasional code errors. We encourage users to report any issues via our  [Telegram](https://t.me/ralphbuildercommunity) and [Twitter (X)](https://x.com/RalphBuilder), where feedback will help us improve the platform.

**Data Security**\
All personal data is handled with care and securely stored. For more information, refer to the [**Security and Legal Considerations**](/security-and-legal-considerations/privacy-policy.md) section in our documentation.


---

# 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://docs.ralphbuilder.org/proof-of-concept-poc/ralphbuilder-poc.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.
