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

# Team

**The Power Protocol has partnered with Pixion Games**, a studio built by a team of makers, gamers, and leaders. With a team of 28 and growing, they bring together veterans from Konami, Blizzard, Riot, King, Sony, Wargaming, Pixonic, Ubisoft, NCSOFT, and many other world’s most formidable game studios, with a proven track record in developing multiplayer experiences for millions of players.

**Kam Punia** - **Founder and CEO** ([X](https://x.com/Kam_Punia) | [LinkedIn)](https://uk.linkedin.com/in/karmveerpunia)

Former Konami, 12 years in the gaming industry. Developed Esports academy and a grassroots real-time multiplayer game, Yu-Gi-Oh! Tournaments. Gaming Advisory Board Member of ECOMI (VeVe Digital Collectibles).

**Tamara Slavskaya - Director of Operations** ([X](https://x.com/t_slavskaya) | [LinkedIn](https://uk.linkedin.com/in/tamara-slavskaya))

Previously Head of Operations at Pixonic. Worked directly under the CEO, scaling the War Robots team, operating a real-time multiplayer game with millions of active players.

**Sëmen Samusev - Technical Director** ([LinkedIn](https://www.linkedin.com/in/sam-samusev/))

Former Head of Server-side development at ZeptoLab. Led and scaled a backend team of 11, developing async. Operating a real-time multiplayer server infrastructure serving millions of DAU.

**Maria Gillies - Product Director** ([X](https://x.com/MariaFuzzyland) | [LinkedIn](https://www.linkedin.com/in/maria-mota1/))

Product Manager with experience at Jagex and Hutch, leading strategy, roadmap planning, and feature development for F2P mobile games and publishing platforms.


---

# 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://power-protocol.gitbook.io/power-protocol-whitepaper/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.
