> For the complete documentation index, see [llms.txt](https://docs.citadelwallet.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.citadelwallet.io/wallet-spec/supported-features/more-features.md).

# More Features

Citadel Wallet will support other services available on Hedera network. Those services include Scheduled trasanctions, File Service, Consensus Service and Random Numbers.

<figure><img src="/files/3VedoaHNhDEVQRO2bJHJ" alt=""><figcaption></figcaption></figure>

## What Other Services Does Hedera Support?

Hedera network supports many more services that are not available on other general public blockchain networks thanks to its revolutionary consensus algorithm: Hashgraph. Hashgraph is capable of providing fair consensus ordering and timestamping for all transactions that flow through the network with finality, which opens up possibilities never even thought of before:

<figure><img src="/files/ZLtt2jHU3tx5fWTU9AVM" alt=""><figcaption></figcaption></figure>

\- Hedera Consensus Service: Applications built on top of Hedera can utilize HCS to create an immutable log of data fairly ordered and timestamped data, which can be audited publicly.

\- Scheduled Transactions Service allows users to submit a transaction to the network which will be executed at a later time. Example uses of the service include peer to peer trusted trading without smart contracts, setting up a validator appnet on top of Hedera for layer 2 privacy focused dapps, etc.

\- Random Number Generation Service allows an applications in gaming, lottery or a random minting platform to request a publicly verifiable random number from Hedera network to increase trust and transparency of decentralized applications.

\- File Service can be used to store smaller size important files which require public trust and Hedera's immutability.


---

# 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://docs.citadelwallet.io/wallet-spec/supported-features/more-features.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.
