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

# Team

NORA’s core team consists of seasoned professionals who have previously worked on prominent blockchain and crypto-related projects. The team’s deep understanding of the crypto landscape enables them to tackle complex challenges while keeping user privacy, security, and usability at the forefront.

* **Mike Brendson - Founder & CEO**: A visionary leader with over 10 years of experience in the cryptocurrency and blockchain industries. John has previously worked with top-tier blockchain projects, driving innovation and growth within the sector. He is passionate about creating a secure and user-friendly environment for the next generation of decentralized communication.
* **Jane Smith - Lead Blockchain Developer**: With a strong background in Ethereum and smart contract development, Jane has led several successful blockchain initiatives. As the Lead Blockchain Developer at NORA, she is responsible for the platform's architecture and ensuring it integrates seamlessly with Ethereum and other blockchain technologies.
* **Mark Johnson - AI and Data Science Lead**: Mark has a Ph.D. in AI and Natural Language Processing (NLP) and has spent the last 5 years working on machine learning models that enhance user interactions and automate financial strategies. At NORA, he is in charge of the development and integration of AI assistants to help users in their crypto journeys.
* **Sarah Lee - Security Officer**: A cybersecurity expert with over 8 years of experience, Sarah specializes in **end-to-end encryption (E2EE)**, **multi-factor authentication**, and **blockchain security**. She ensures that NORA's platform upholds the highest security standards to protect users' sensitive data.
* **David Kim - UX/UI Designer**: David has a strong background in creating intuitive, user-friendly designs for blockchain-based products. His goal at NORA is to ensure that users enjoy a seamless experience while navigating the platform’s decentralized messaging and wallet features.


---

# 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://nora-2.gitbook.io/nora-docs/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.
