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

# 9. Team

**Khing Oei, Founder**&#x20;

Khing spent over two decades in institutional finance before building maicrotrader. His career spans Goldman Sachs Special Situations, Fortress Investment Group, and Bardin Hill, culminating in the founding and operation of Eyck Capital, an independent hedge fund. He is also the founder of Treasury, a Netherlands-based Bitcoin treasury company backed by Winklevoss Capital and Nakamoto, planned for listing on Euronext Amsterdam. The architecture of the Multi-Agent Engine, with specialist agents, formal risk veto authority, and attribution-first reporting, is drawn directly from how institutional systematic desks are organized.

**Temo Bezhiashvili, Co-Founder and CEO**

Temo brings over seven years of blockchain infrastructure experience to maicrotrader. He co-founded a blockchain development firm and has worked with MIT Media Lab and government-level blockchain initiatives. He is the founder of Bitnet, a Georgian cryptocurrency exchange. His background spans the full Web3 stack: protocol design, product development, and exchange infrastructure.

**Ken Hung, CTO**

The CTO brings seven-plus years of experience architecting blockchain platforms, IoT products, and mobile applications. He led the technical build of a $50M+ NFT staking and GameFi platform, and developed a decentralized prediction market selected for the Draper University accelerator, one of 20 projects accepted from over 400 applicants. He has shipped IoT products with over 100,000 registered devices. Core stack: Rust, Flutter, Swift. Deep expertise in DeFi protocol design, smart contract development, and scalable backend systems.


---

# 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.maicrotrader.com/9.-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.
