# Idea for master thesis in ZKP?

**URL:** https://community.zkproof.org/t/idea-for-master-thesis-in-zkp/735
**Category:** Miscellaneous
**Created:** [October 25, 2022, 2:54pm UTC](https://community.zkproof.org/t/idea-for-master-thesis-in-zkp/735 "2022-10-25T14:54:56Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![hondacivic](https://avatars.discourse-cdn.com/v4/letter/h/51bf81/32.png) [@hondacivic](https://community.zkproof.org/u/hondacivic)
#### Post date: [October 25, 2022, 2:54pm UTC](https://community.zkproof.org/t/idea-for-master-thesis-in-zkp/735/1 "2022-10-25T14:54:56Z")

</div>

Hi, I read a lot lately about ZKP and I very much like the idea. However, I am on a master level yet and I do not have years for research, although I might do this sometime in future. Any ideas on what I could for my master thesis related to ZKP? To contribute in some way? I have 6 months to do this.

---

<div class="post-metadata">

### Author: ![rrtoledo](https://avatars.discourse-cdn.com/v4/letter/r/c68b51/32.png) [@rrtoledo](https://community.zkproof.org/u/rrtoledo)
#### Post date: [January 19, 2023, 9:36am UTC](https://community.zkproof.org/t/idea-for-master-thesis-in-zkp/735/2 "2023-01-19T09:36:36Z")

</div>

Depending on whether you want a more theoretical or practical thesis, there are quite a few things you could do.

Practical:

- implement and optimize your favorite protocol, proof system or the required back end;
- implement a circuit on an existing project or a whole ecosystem (for cryptographic applications needed a zkproof);

Theoretical:

- you can write a state of the art of zk proof system, or a protocol associated to it such as vector commitments, range requests/lookups…
- you can modify a paper and use a zk proof as a building block such as anonymous credentials, voting…

A bit of both:

- try to merge several protocols together (e.g. plonkup)
