> For the complete documentation index, see [llms.txt](https://docs.phron.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.phron.ai/developers/build-with-phronai/smart-contracts-development/rust-contracts.md).

# Rust Contracts

## WELCOME TO PHRON

1. <mark style="color:purple;">**DISCOVER the Phron Ecosystem**</mark>\
   Step into the dynamic world of Phron, where cutting-edge projects, strategic alliances, and community-driven initiatives shape the future. This is your gateway to understanding the full potential of Phron—explore diverse applications and services that are pushing the boundaries of what's possible on our platform. Get inspired by how Phron is reshaping the blockchain space.
2. <mark style="color:purple;">**Leverage Powerful Tools**</mark>\
   Unlock the full power of Phron with a comprehensive suite of tools designed for seamless integration and interaction. Whether you're a developer or a business looking to harness Phron's capabilities, this section equips you with all the resources you need to integrate Phron technology into your projects and unlock new possibilities. Tap into Phron's potential and make it yours.
3. <mark style="color:purple;">**BUILD on Phron**</mark>\
   Turn your vision into reality on the Phron platform. Learn how to create, deploy, and manage your own decentralized applications (dApps) and smart contracts with ease. Access a wealth of tutorials, in-depth guides, and developer documentation designed to make the process smooth and efficient. Build innovative, scalable solutions with best practices and the power of Phron's network.
4. <mark style="color:purple;">**Explore Protocol Details**</mark>\
   Curious about what makes Phron tick? Dive deep into the technical backbone of the Phron protocol. Explore comprehensive insights on our consensus mechanism, state-of-the-art security, and next-gen scalability solutions. This is where you uncover what sets Phron apart—making it a secure, high-performance network for the next wave of blockchain innovation.
5. <mark style="color:purple;">**Got Questions? Check Out the FAQ**</mark>\
   New to Phron or just looking for quick answers? Our FAQ section has you covered. From beginner queries to expert-level details, you’ll find answers that make your experience smoother. Get the information you need, fast, and keep your journey with Phron moving forward.


---

# 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.phron.ai/developers/build-with-phronai/smart-contracts-development/rust-contracts.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.
