# Developer Platform

## Welcome

#### Welcome to the OmniPact Protocol

Welcome to the authoritative guide to the OmniPact protocol — this is where the cross-chain architecture and decentralized trust mechanism converge.

Please use this as a map to explore in depth how OmniPact reshapes the spirit of contract and the trust connector of Web3 through code, defines the collaboration rules of the next-generation Internet, and unleashes unprecedented potential for value creation.

> We compile the contractual spirit of the real world into the irreversible universal language of Web3.

### Let's start exploring.

<table data-view="cards"><thead><tr><th></th><th data-type="content-ref"></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><strong>Visit the official website</strong></td><td><a href="https://www.omnipact.io/">https://www.omnipact.io/</a></td><td><a href="broken-reference">Broken link</a></td><td><a href="https://4037841595-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXY9eZXw1U8gXaQ3dbgSv%2Fuploads%2FPPSFuL6qIhslvZxbukId%2F966_528_1.png?alt=media&#x26;token=eb58114c-0ffb-44ef-862a-0c2841b90089">966_528_1.png</a></td></tr><tr><td><strong>Follow our X</strong></td><td><a href="https://x.com/OmniPactDAO">https://x.com/OmniPactDAO</a></td><td><a href="broken-reference">Broken link</a></td><td><a href="https://4037841595-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXY9eZXw1U8gXaQ3dbgSv%2Fuploads%2FZXmUFIYTw9oxDDhSHT7m%2F966_528_6.png?alt=media&#x26;token=209542e5-b093-49fb-bb19-c7810bb66b4b">966_528_6.png</a></td></tr><tr><td><strong>Join Telegram</strong></td><td><a href="https://t.me/addlist/yww-_328oDtmODY9">https://t.me/addlist/yww-_328oDtmODY9</a></td><td><a href="broken-reference">Broken link</a></td><td><a href="https://4037841595-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXY9eZXw1U8gXaQ3dbgSv%2Fuploads%2FMaX9Pp2QvW3T6stIfIr0%2F966_528_7.png?alt=media&#x26;token=726ca15b-db9e-4048-89ff-b537fe3cd4dc">966_528_7.png</a></td></tr><tr><td><strong>Follow Facebook</strong></td><td><a href="https://www.facebook.com/omnipact">https://www.facebook.com/omnipact</a></td><td></td><td><a href="https://4037841595-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXY9eZXw1U8gXaQ3dbgSv%2Fuploads%2F5bbFt8uY76LoCqzxI8hy%2F966_528_4.png?alt=media&#x26;token=5bd276fc-d9a7-4c6b-a2ce-dec8bc65c01a">966_528_4.png</a></td></tr><tr><td><strong>Follow YouTube</strong></td><td><a href="https://youtube.com/@omnipact">https://youtube.com/@omnipact</a></td><td></td><td><a href="https://4037841595-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXY9eZXw1U8gXaQ3dbgSv%2Fuploads%2FvJ5c6RaahrH6m1bjrkR0%2F966_528_3.png?alt=media&#x26;token=b25adf96-9de7-4cc6-b4c6-c849112bbf6b">966_528_3.png</a></td></tr><tr><td><strong>Join Discord</strong></td><td><a href="https://discord.gg/Y8dEetB6">https://discord.gg/Y8dEetB6</a></td><td></td><td><a href="https://4037841595-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXY9eZXw1U8gXaQ3dbgSv%2Fuploads%2FeBC30QJ2B9zJXxZgZbOm%2F966_528_5.png?alt=media&#x26;token=eca3d635-b367-4046-969c-41dc9db833fb">966_528_5.png</a></td></tr></tbody></table>

<h3 align="center">A trading market serving over 1 billion users worldwide</h3>

<p align="center">Chains carry all things, and information connects the world</p>

<p align="center">Building a trustless value exchange network based on mathematical proofs, cryptographic consensus, and game theory incentives.</p>

{% columns %}
{% column %}

#### OmniPact is rewriting the rules.

Setting up your first trading contract should be the easiest part of getting started. With OmniPact's clear interface and quick, automated contract creation, you can complete the setup and start trading in minutes, not hours.

No guessing, no complicated operations—quickly complete your first successful trade.

<a href="https://omnipact.io/" class="button primary" data-icon="rocket-launch">Get started</a> <a href="https://docs.omnipact.io/beginners-guide/quick-guide" class="button secondary" data-icon="book-open-reader">Reading Guide</a>
{% endcolumn %}

{% column %}
{% code title="index.js" overflow="wrap" %}

```javascript
// 🚀 Initiate your first trust transaction
import { OmniTrust } from "@omnitrust/sdk";

// Initialize the connection - no API key required, just your wallet
const ot = await OmniTrust.init({
  network: "ethereum",  // or "polygon", "arbitrum"
  environment: "mainnet" // "testnet" Used for testing
});
// Create an NFT secured transaction

```

{% endcode %}
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}

<figure><img src="https://4037841595-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXY9eZXw1U8gXaQ3dbgSv%2Fuploads%2F7YIKyoCMlDfl2qzpqG1M%2F966_528_2.png?alt=media&#x26;token=f5fab612-9d3b-4d94-8ba7-07bf665f4bff" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

#### Visit GitHub to view open source

If you are a developer or technical personnel, you can check our security status through GitHub.

<a href="https://github.com/OmniPactDAO" class="button primary" data-icon="github">GitHub</a>&#x20;
{% endcolumn %}
{% endcolumns %}


---

# Agent Instructions: 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://docs.omnipact.io/welcome-to-omnipact/readme.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.
