# Examples

### Token Bridge

An EOSIO <-> EOSIO token bridge

{% content-ref url="/pages/-MYjSqkzYGVhiqAkphi7" %}
[Token bridge](/liquidapps-documentation/introduction/examples/token-bridge.md)
{% endcontent-ref %}

### Price Feed

A self-rescheduling price feed interval contract

{% content-ref url="/pages/-MYj4b8vRVAaAGsQ\_6m1" %}
[Price Feed](/liquidapps-documentation/introduction/examples/price-feed.md)
{% endcontent-ref %}

### Elemental Battles

Forked from block one's tutorial game using vRAM in place of RAM. Frontend stored in IPFS.

{% content-ref url="/pages/-MYj4eQj3yzGPLokZDNW" %}
[Elemental Battles](/liquidapps-documentation/introduction/examples/elemental-battles.md)
{% endcontent-ref %}

### LiquidChess

Chess game that uses LiquidHarmony vCPU oracles for fetching artificial intelligence responses from the stockfish chess AI. Frontend stored in IPFS.

{% content-ref url="/pages/-MYj4gdspHVuSGJJQiuj" %}
[LiquidChess](/liquidapps-documentation/introduction/examples/liquidchess.md)
{% endcontent-ref %}

### LiquidPortfolio

Encrypted LiquidAccounts portfolio that fetches all token values and supports BTC, ETH, ERC-20 Tokens, EOS, EOS Tokens. Frontend stored in IPFS.

{% content-ref url="/pages/-MYj4jR1OGR-jV4n-4RO" %}
[LiquidPortfolio](/liquidapps-documentation/introduction/examples/liquidportfolio.md)
{% endcontent-ref %}


---

# 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.liquidapps.io/liquidapps-documentation/introduction/examples.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.
