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

# Team

Meet the driving forces behind DefiPlaza: Jazzer9F, Timan Rebel, and UI\_guy. Each founder brings unique skills and experiences.

### **Jazzer9F** – founder and smart contract developer

The founder of the project, Jazzer9F, identified an opportunity in the midst of Ethereum's escalating gas fees in early 2021. With a history of engagement in the Radix community dating back to 2013, he recognized the potential of Radix technology to revolutionize the decentralized exchange realm. Armed with an education in electrical engineering, Jazzer9F's technical understanding laid the groundwork for DefiPlaza's vision.

{% embed url="<https://x.com/Jazzer9F>" %}

### **Timan Rebel** (“*djtrebel*“) – community, marketing, and analytics

Timan brings a wealth of startup experience and a knack for community management. A driving force in the software startup scene since his studies in computer science, Timan's infectious enthusiasm and keen communication skills are invaluable in connecting with the community and driving DefiPlaza's success. He's a founder at DefiPlaza and an instrumental figure at Astrolescent, the DEX aggregator, and maybe best known for having an appropriate Taylor Swift GIF for any situation.

{% embed url="<https://x.com/timanrebel>" %}

### **UI Guy** – frontend developer

UI Guy is an IT engineer with over 20 years of professional experience as a developer & architect, having worked for various tech startups and big corporations. He is responsible for the frontend applications on the Ethereum chain. As such, he goes by the name “UI Guy” in our Telegram group.

<br>

<br>


---

# 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.defiplaza.net/defiplaza/introduction/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.
