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

# Team

## Realium Team

**Demitri Haddad**: Global security advisory at Amazon Web Services and co-founder of [Axia Labs](https://axialabs.com/) where he serves as a technology consultant. Demitri serves as a regional chair for the [Foundation for International Blockchain and Real Estate Expertise](https://fibree.org/). Demitri also holds accredited certifications from Amazon Web Services and Sandia National Labs.&#x20;

**Danny Guzman**: Graduate Student of Information Systems from Brigham Young University. He is an experienced software engineer and currently works for [MyEducator](https://www.myeducator.com/). He currently holds an accredited certification through Amazon Web Services. He has experience working with both tiny startups and larger companies, most recently having worked with [Honeywell Inc](https://www.honeywell.com/us/en).&#x20;

## Contributors&#x20;

**Trevan Reese**: Software engineer at [SimpleNexus](https://www.simplenexus.com/), building out a digital mortgage platform. He is experienced in several technologies and programming languages which he has learned from working for small startups like [AcneXpert](https://www.acnexpert.com/) as well as large corporations like [ExxonMobil](https://corporate.exxonmobil.com/).

**Jason Stewart**: Graduate student of Information Systems from Brigham Young University and tech consultant at [Pariveda](https://www.parivedasolutions.com/). He has experience with a wide range of technologies which he has used to build personal projects like a personalized scoreboard to follow sports and a map of his hikes in Utah.

**Robert Upchurch**

## Advisors

**Carl Youngblood**: Head of solutions architecture for the Amazon Managed Blockchain service, which helps customers deploy their blockchain networks on Hyperledger Fabric and Ethereum more quickly, with less management overhead.


---

# 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.realium.io/resources/team.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.
