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

# Technology

### The Optimus Inu Token

The native cryptographically-secured fungible protocol token of Optimus Inu (ticker symbol $OPINU) is a transferable representation of attributed utility functions specified in the protocol/code of Optimus Inu, and which is designed to be used solely as an interoperable utility token thereon.

$OPINU is a functional multi-utility token which will be used as the medium of exchange between participants on OPINU in a decentralised manner.

The goal of introducing $OPINU is to provide a convenient and secure mode of payment and settlement between participants who interact within the Optimus Ecosystem without any intermediaries such as centralised third party entity/institution/credit.

It is not, and not intended to be, a medium of exchange accepted by the public (or a section of the public) as payment for goods or services or for the discharge of a debt; nor is it designed or intended to be used by any person as payment for any goods or services whatsoever that are not exclusively provided by the issuer.

$OPINU does not in any way represent any shareholding, participation, right, title, or interest in the Company, the Distributor, their respective affiliates, or any other company, enterprise or undertaking, nor will $OPINU entitle token holders to any promise of fees, dividends, revenue, profits or investment returns, and are not intended to constitute securities in the United States, Singapore, or any relevant jurisdiction.

$OPINU may only be utilised in the Optimus Ecosystem, and ownership of $OPINU carries no rights, express or implied, other than the right to use $OPINU as a means to enable usage of and interaction within the Optimus Ecosystem.

$OPINU is an integral and indispensable part of the Optimus Ecosystem, because without $OPINU, there would be no incentive for users to expend resources to participate in activities or provide services for the benefit of the entire ecosystem.

The $OPINU token is an BEP-20 compliant token with special features.


---

# 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, and the optional `goal` query parameter:

```
GET https://optimus-inu.gitbook.io/whitepaper/optimus-inu/technology.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
