# Prove Operation

### Description

The operation is to prove the ownership previously committed on mint.

The provided proof is zero-knowledge proof which means the underlying owner will not be   exposed though the corresponding shadow address published as the symbolic owner for holding benefits or rights.

The outputs are not interpreted by the protocol.

### Payload Schema

<pre class="language-json"><code class="lang-json"><strong>{
</strong>  "op": "prove",
  "symbol": "&#x3C;symbol>",
  "commitment": "&#x3C;previously submitted commitment>",
  "proof": "&#x3C;zk proof>",
  "shadow-owner": "&#x3C;shadow owner>"
}
</code></pre>

<table><thead><tr><th width="176">Field</th><th>Type</th><th>Description</th><th>Memo</th></tr></thead><tbody><tr><td>symbol</td><td>string</td><td>The unique SBT identifier</td><td></td></tr><tr><td>commitment</td><td>string</td><td>The previous commitment on mint</td><td></td></tr><tr><td>proof</td><td>string</td><td>The zero-knowledge proof against the above commitment</td><td></td></tr><tr><td>shadow-owner</td><td>string</td><td>The symbolic owner</td><td></td></tr></tbody></table>


---

# 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:

```
GET https://btc-sbt.gitbook.io/btc-sbt-protocol/protocol-spec/prove-operation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
