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

# 14. Team

Agentum is built by a cross-disciplinary team spanning protocol engineering, AI systems, algorithm research, and product design. The contributors below lead the protocol's design, implementation, and go-to-market.

|                                                                                       | Member                 | Role                          | Profile                                                            |
| :-----------------------------------------------------------------------------------: | ---------------------- | ----------------------------- | ------------------------------------------------------------------ |
|     <img src="/files/fAIyVdCMBlwL78lK08go" alt="Atul Kamble" data-size="original">    | **Atul Kamble**        | Founder                       | [LinkedIn ↗](https://www.linkedin.com/in/atulkambleiitbhu/)        |
|      <img src="/files/v3GsRU5FXAloNHlJCCTi" alt="Jesse Liu" data-size="original">     | **Jesse Liu**          | Co-Founder                    | [LinkedIn ↗](https://www.linkedin.com/in/jesse-liu-aa3b99208/)     |
|     <img src="/files/cc7QX97yNaj8z5biPXcW" alt="Derek Fung" data-size="original">     | **Derek Fung**         | AI Product Designer           | [LinkedIn ↗](https://www.linkedin.com/in/derek-fung-uxui/)         |
| <img src="/files/bEofSm01WAZGYfxqEfd0" alt="Panagiotis Simatis" data-size="original"> | **Panagiotis Simatis** | AI & Database Expert          | [LinkedIn ↗](https://www.linkedin.com/in/panos-simatis/)           |
|    <img src="/files/AuIZtJyYM4o3qMLGXzyE" alt="Ibraheem Inam" data-size="original">   | **Ibraheem Inam**      | Senior IMU Algorithm Engineer | [LinkedIn ↗](https://www.linkedin.com/in/ibraheem-inam-129801133/) |
|     <img src="/files/ionrwXLtStrdHqn0vFeb" alt="Spencer Shi" data-size="original">    | **Spencer Shi**        | BD Lead                       | [LinkedIn ↗](https://www.linkedin.com/in/spencer-shi19/)           |

> The team combines backers and builders from AI, distributed systems, and crypto. Additional contributors, advisors, and partners will be announced as the network approaches mainnet.

***

[← Roadmap & Conclusion](/agentumai-docs/13-roadmap-conclusion.md) · [Back to cover](/agentumai-docs/readme.md)


---

# 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://agentumai.gitbook.io/agentumai-docs/14-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.
