> For the complete documentation index, see [llms.txt](https://bitcoin-time.gitbook.io/itcoin-.time/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bitcoin-time.gitbook.io/itcoin-.time/bitcoin.time/bitcoin-time/a-protocol.md).

# A PROTOCOL

This approach combines a simple **text.standard** (the code) and an HTML file (the decoder).

### Time architectural strategy

We introduce a simple yet effective change in the architectural strategy. By transforming a humble text file into a tool capable of recursive inscriptions, we unlock a new level of potential for blockchain operations.

The .text standard plays the role of a code, while the HTML file acts as the decoder, interpreting the instructions encapsulated within the .text file.

<figure><img src="/files/2aBsNtj43v05UHqdcQDK" alt="" width="563"><figcaption><p>Bitcoin time flow</p></figcaption></figure>

#### Visualizer (Decoder)

The HTML file, or the decoder, needs to include a key component:&#x20;

`<input id="textStandard" type="hidden">`

`document.getElementById('textStandard').value;`

With these, the HTML file can effectively interpret the text and interact with it, executing the embedded inscriptions accordingly.

```html
<input id="textStandard" type="hidden">

<script>
document.getElementById('textStandard').value;
</script>
```

<figure><img src="/files/xE9DUDzhh7x33q6zbN9V" alt="" width="563"><figcaption><p>v2 : <a href="https://ordiscan.com/inscription/16788432">https://ordiscan.com/inscription/16788432</a></p></figcaption></figure>

### Third-Party Integration

Bitcoin Time's methodology significantly simplifies the integration process for third-party platforms such as websites, marketplaces, scanner tools, wallets, and other services engaging with the Ordinals blockchain.

The integration only requires the incorporation of a single line of code:&#x20;

```javascript
iframe.getElementById('textStandard').value = textStandard;
```

<figure><img src="/files/HkGwiDlty4iKosMWxufj" alt="" width="563"><figcaption><p>ex: Unisat Wallet using time protocol</p></figcaption></figure>


---

# 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://bitcoin-time.gitbook.io/itcoin-.time/bitcoin.time/bitcoin-time/a-protocol.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.
