> For the complete documentation index, see [llms.txt](https://otoco.gitbook.io/otoco/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://otoco.gitbook.io/otoco/c.-faqs/prove-ownership-of-your-on-chain-llc.md).

# Prove ownership of your on-chain LLC

### **Step 1: Create key pair**

Go to [otoco.io](https://otoco.io/) and connect with the wallet you used to spin up your onchain LLC. You should see a prompt like this:

![](https://cdn.substack.com/image/fetch/w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F6c5ac7ca-ecd3-4d45-ba0a-bc8efccdfea6_2860x1686.png)

Click “Authenticate” and you will see two successive signing requests via Metamask, a first one to generate a key pair and the second one to validate ownership of your public key. Sign both.

### **Step 2: Access account settings**

Click on your wallet address top right and select "My account settings”.

The screen that follows lets you check messages, add credentials and change your account settings.

![](https://cdn.substack.com/image/fetch/w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2Fce89e459-5422-4fb0-8d6b-43f061bf052d_2816x1416.png)

Select “Credentials” from the horizontal menu and click the Identity Attestation icon. The following modale will pop up:

![](https://cdn.substack.com/image/fetch/w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2Fd605efc1-b8b0-4526-9bc4-26241772a4b6_1692x666.png)

You now have two optional fields:

1. In the *Petitioner* field, you can add the name of who is requesting your attestation. Ideally, you would use this field to paste a unique code your Petitioner has sent you in advance. In our example we use *TradFin Bank* as the code Petitioner has asked us to use. That way, Petitioner can be sure that only the recipient of the unique code could have generated the Credential, since it will show this unique code in the Details section of the Proof (see below).
2. You can also add a subject line for ease of reference, e.g. “My ID”. This may be useful if you issue multiple credentials, all of which will be securely stored on IPFS and accessible via the OtoCo dash.

Click “Store Credential”. You will be asked to sign a message on Metamask. Once signed, you will see that a credential has been issued using your public wallet address (in our example, the wallet ending in 99A7E):

![](https://cdn.substack.com/image/fetch/w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F2a8ca8bb-3f15-458a-8705-2caa0c62982e_1948x352.png)

### **Step 3: Have your credential validated**

Click on the Download button and you will see a PDF similar to the one below, showing the unique identifier for the credential, what type of credential, who is the issuer, when it has been issued and when it is set to expire. For now, we set the default expiry at 1 month.

Under the heading “Proof”, you will find more details about the type, date and value of the proof created.

All you have to do now is send your Petitioner the PDF and ask them to click on the link to our public verifier site <https://otoco.io/credential/verifier/>

![](https://cdn.substack.com/image/fetch/w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F77adc191-49db-4f1a-9421-d7639cccc4b1_612x792.jpeg)

Your Petitioner can now validate the credential by uploading the PDF you sent them, which will generate the following Proof:

![](https://cdn.substack.com/image/fetch/w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F0fcc0d72-d365-4473-8627-022f12c616a6_2804x1414.png)

The result is that Petitioner now has indisputable proof that you are the owner of the wallet which controls the onchain LLC!


---

# 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://otoco.gitbook.io/otoco/c.-faqs/prove-ownership-of-your-on-chain-llc.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.
