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