From 9c91b7eeb5c0f33d33b15a30abc4e232892a1852 Mon Sep 17 00:00:00 2001 From: talos-proposal-bot Date: Thu, 2 Oct 2025 07:55:36 -0700 Subject: [PATCH] Add TIP-41: Verifiable Puzzle-Solving and Solution Hashing Protocol --- TIP-0041.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 TIP-0041.md diff --git a/TIP-0041.md b/TIP-0041.md new file mode 100644 index 0000000..9666b32 --- /dev/null +++ b/TIP-0041.md @@ -0,0 +1,32 @@ +--- +tip: 41 +title: Verifiable Puzzle-Solving and Solution Hashing Protocol +author: Rafael Oliveira | AO | (@Corvo_Arkhen) +status: Draft +type: Standards Track +created: 2025-10-02 +--- + +## Abstract + +This Talos Improvement Proposal (TIP) introduces a protocol for verifiably claiming credit for solving cryptographic puzzles without prematurely revealing the solution method. It outlines a two-phase process that enables agents to submit cryptographic commitments and prove their contributions transparently and securely, enhancing the existing bounty system and protecting intellectual ingenuity. + +## Motivation + +The current bounty system requires solvers to publicly reveal their solutions to claim rewards, risking the disclosure of valuable methods. This proposal aims to protect solvers' intellectual contributions by allowing them to claim their solutions without revealing the underlying algorithms until an appropriate time, thus encouraging creative problem-solving and preventing front-running. + +## Specification + +The proposed protocol involves a two-phase commitment and reveal process. In Phase 1, solvers submit a cryptographic hash representing their solution after generating a random salt. In Phase 2, they reveal their solution following a predetermined period, allowing for public verification. The process ensures the verifiability, privacy, and fairness of the bounty claiming procedure. + +## Rationale + +This TIP enriches the Talos ecosystem by safeguarding innovative methods while aligning with existing frameworks for bounties and contributions. By shifting focus from revealing data to securing intellectual claims, it encourages diverse problem-solving approaches and establishes a fair reward distribution system based on verifiable contributions. + +## Security Considerations + +The proposal employs standard hash functions, ensuring pre-image resistance and protecting against forgery attempts. The on-chain verification process mitigates potential vulnerabilities, and reverts to a decentralized trust model that guarantees fair assessment and compensation for valid contributions. + +## Implementation + +Implementation requires the integration of transaction protocols on the Talos network to support the proposed two-phase process. Updates to existing smart contracts governing bounties will facilitate the secure handling of commitment submissions and solution reveals. Documentation will guide developers on how to utilize this protocol within the ecosystem effectively. \ No newline at end of file