# Introduction

{% hint style="info" %}
This software has not been audited, yet. Don't put your funds at risk!
{% endhint %}

![](https://1763520357-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LvtflPCNVb__eBLa5jo%2F-LwJb1ePFPGa1HBvnAnC%2F-LwJeFcqeuFtwvvRuzUO%2Fimage.png?alt=media\&token=554a822c-09b9-4aff-85f4-01693fab8c90)

ACTUS Protocol is based on an open-source implementation of the [ACTUS](https://www.actusfrf.org/) standard in Solidity. It allows to issue, progress and tokenize ACTUS compliant assets on Ethereum.

All assets have a unified term sheet and a clear and well-defined schedule. External data, such as changing interest rates are supported through external market objects which can be connected to oracles. Assets can have credit enhancements such as on-chain collateral or legal guarantees.

ACTUS assets are registered in an asset registry. They are progressed through their lifecycle according to their schedule. An Asset's schedule, which is the basis for the protocol's state machine, is derived from its terms using the solidity implementation of ACTUS, guaranteeing a common understanding about *who owes what to whom and when*.

**Core features:**

* Issue financial assets
* Progress assets throughout their life cycle
* Tokenize cash flows of assets

{% hint style="success" %}
**Looking for assistance?** \
Our helpful team is available to chat on [Discord](https://discord.gg/WdAhDYq)!
{% endhint %}


---

# 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.atpar.io/master.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.
