--- title: Brave - RFC&C submissions template tags: rfcc, themis --- THEMIS RFC&C submission template --- **Team Acme** Submission date: 31st March ### Proposal description > High level description of the submission ### Contributions summary and performance results/estimates > Outline of the submission contributions #### 1. BBA update | `update_proof` generation time | `update_proof` client resource consumption | `update_proof` proof size | `update_proof` verification time | `update_proof` verification resources | --------|--------|--------|--------|--------| |||||| *Table 1. Table summarizing costs of updating BBA and verification* #### 2. Reward proof generation and verification | `reward_proof` generation time | `reward_proof` client resource consumption | `reward_proof` proof size | `reward_proof` verification time | `reward_proof` verification resources | --------|--------|--------|--------|--------| |||||| *Table 2. Table summarizing costs of generation and verification of reward calcualtion* #### 3. Proof batching (batch of N proofs) | `batch_proof` generation time | `batch_proof` generation resource consumption | `batch_proof` proof size | off-chain `batch_proof` verification time | `reward_proof` verification resources | --------|--------|--------|--------|--------| |||||| *Table 3. Table summarizing costs of generation and verification of batch proof (off-chain)* #### 4. On-Chain Proof verification (batch of N proofs) | `batch_proof` proof size | `batch_proof` estimate gas costs | | --------|--------| |||||| *Table 4. Table summarizing proof costs associated with on-chain proof verification* #### 5. E2E costs (1M users) | Batching costs | On-Chain fees | | --------|--------| || *Table 5. Costs to run the THEMIS protocol, assuming 1M users, 1 reward calculation per month/user* > Note: We strongly suggest the teams to include scale-up plots to show how the scheme performs under different circumstances, namely number of users and gas costs ### Changes to the THEMIS protocol > Outline of the changes in the THEMIS protocol described in the [technical report](https://github.com/brave-intl/themis-rfcc/blob/main/rfcc-themis-tech-report-v1.0.pdf) ### PoC and Measurements > Description of the PoC implementation and measurements obtained **Code repository**: https://github.com/acme/poc **Documentation**: https://github.com/acme/poc/documentation **Quick start guide** - How to compile/run the PoC code? - How to reproduce the measurements? ### Open challenges > Description of the open challenges, next research directions and potential improvements to the proposed protocol ### Development Roadmap Estimates > Description of the development and deployment roadmap. Which frameworks/libraries and/or cryptographic schemes to use? Are those currently available? Open source? Have the cryptographic schemes and other software been submited to security audits? > Timeline estimates for scheme/s in the proposal to land in production?