# Terminology

* [**XRPL**](https://docs.xrplevm.org/pages/users/introduction/what-is-the-xrpl): XRP Ledger, built and launched by Ripple Labs in 2012, is a decentralized and open-source blockchain designed for fast and efficient payments. It uses XRP as a gas token.
* [**Axelar**](https://axelar.dev/): A decentralized interoperability network designed to connect blockchains and enable seamless cross-chain communication. It provides secure messaging, token transfers, and general cross-chain smart contract execution.
* [**XRPL EVM Sidechain**](https://docs.xrplevm.org/pages/users/introduction/what-is-the-xrpl-evm): An EVM-compatible blockchain directly endorsed by Ripple, with smart contract functionality using Proof-of-Authority Consensus. It is connected from XRPL through Axelar and uses XRP as gas token, combining XRP’s efficiency with Ethereum’s flexibility for Solidity development.

{% hint style="info" %}
For clarity and brevity, we use the term "**EVM Sidechain**" in lieu of "**XRPL EVM Sidechain**" hereafter.
{% 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://strobe-protocol.gitbook.io/strobe-protocol/terminology.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.
