# Table of Content

### **INTRODUCTION**

* [**About Us**](https://wiki.decimal.at/introduction/about-us)\
  Learn about the vision, mission, and values behind Decimal.
* [**Decimal**](https://wiki.decimal.at/introduction/about-us/decimal)\
  An overview of the Decimal platform and what it enables.
* [**Ecosystem**](https://wiki.decimal.at/introduction/about-us/ecosystem)\
  Explore the broader ecosystem surrounding Decimal.
* [**Whitepaper**](https://wiki.decimal.at/introduction/about-us/whitepaper)\
  Technical and conceptual foundations of the Decimal protocol.
* [**Contact Us**](https://wiki.decimal.at/introduction/contact-us)\
  How to get in touch with the Decimal team.

***

### **TECHNICAL DOCUMENTATION**

#### **Getting Started**

* [**Setup**](#setup)\
  Initial setup and prerequisites for using Decimal.
* [**Quickstart: Your First Workflow in 5 Minutes**](https://wiki.decimal.at/technical/quickstart-your-1st-workflow-in-5-mins)\
  Build and run your first automation workflow quickly.

***

#### **Node Directory**

* [**Manual Run**](https://wiki.decimal.at/technical/node-directory/manual-run)
* [**Schedule Trigger**](https://wiki.decimal.at/technical/node-directory/schedule-trigger)
* [**Webhook**](https://wiki.decimal.at/technical/node-directory/webhook)
* [**HTTP API**](https://wiki.decimal.at/technical/node-directory/http-api)
* [**CoinGecko price feed**](https://wiki.decimal.at/technical/node-directory/partner-coingecko-price-feed)
* [**1Inch Bridge**](https://wiki.decimal.at/technical/node-directory/partner-1inch-bridge)
* [**LayerZero Bridge**](https://wiki.decimal.at/technical/node-directory/partner-layerzero-bridge)
* [**LayerZero Swap**](https://wiki.decimal.at/technical/node-directory/partner-layerzero-swap)
* [**If-Else**](https://wiki.decimal.at/technical/node-directory/if-else)
* [**Custom Code**](https://wiki.decimal.at/technical/node-directory/custom-code)
* [**Set Variable**](https://wiki.decimal.at/technical/node-directory/set-variable)
* [**Chain Connection**](https://wiki.decimal.at/technical/node-directory/chain-connection)
* [**Sign Transaction**](https://wiki.decimal.at/technical/node-directory/sign-transaction-eip-712)
* [**Transfer Funds**](https://wiki.decimal.at/technical/node-directory/transfer-funds)

***

#### **Security**

* [**Security**](#security)\
  Best practices, architecture, and safeguards for secure automation.

{% columns %}
{% column width="91.66666666666666%" %}

### About Decimal

Complete overview of our identity, our values, and the bigger picture we’re working toward. Learn who we are, our vision, its mission, our partners and how to contact us.

[Intro](https://wiki.decimal.at/introduction/about-us/decimal)  <mark style="color:$primary;">|</mark>  [Ecosystem](https://wiki.decimal.at/introduction/about-us/ecosystem)  <mark style="color:$primary;">|</mark>  [Whitepaper](https://wiki.decimal.at/introduction/about-us/whitepaper)  <mark style="color:$primary;">|</mark>  [Links](https://wiki.decimal.at/introduction/contact-us)
{% endcolumn %}

{% column width="8.333333333333343%" %}

{% endcolumn %}
{% endcolumns %}

***

{% columns fullWidth="false" %}
{% column width="50%" %}

### Setup

User wallet for login & Decimal wallet for executions

[→ Must have](https://wiki.decimal.at/technical/setup)
{% endcolumn %}

{% column width="50%" %}

### Quickstart

Your 1st workflow in 5 minutes: Hands-On experience

[→ Try it out](https://wiki.decimal.at/technical/quickstart-your-1st-workflow-in-5-mins)
{% endcolumn %}
{% endcolumns %}

***

{% columns fullWidth="false" %}
{% column width="50%" %}

### Node Directory&#x20;

Browse through Decimal's ever-growing list of nodes.

[→ Options](https://wiki.decimal.at/technical/node-directory)
{% endcolumn %}

{% column width="50%" %}

### Safety & Privacy

Secure, Transparent, Anon - everything verifiable

[→ Security](https://wiki.decimal.at/technical/security)
{% endcolumn %}
{% endcolumns %}

***

[<mark style="color:orange;">In short</mark> – LFG](#user-content-fn-1)[^1]!

[^1]:


---

# 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://wiki.decimal.at/table-of-content.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.
