# When network behaviour differs

Almost everything in Webapp 2.0 works the same regardless of asset, and those flows live under [For Operators](/helpcenter2/for-operators/operators-overview.md) and [For Administrators](/helpcenter2/overview.md). This section documents only the **exceptions**: where a specific network adds an action or changes a step.

If your task isn't listed here for your network, the generic guides apply.

## Where networks differ

| Network      | What's different                                                                                                 | Page                                                                                                                    |
| ------------ | ---------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- |
| **Bitcoin**  | Speed up or cancel an unconfirmed transaction by replacing its fee (RBF).                                        | [Bitcoin: Replace by Fee](/helpcenter2/network-specific-guidance/bitcoin-replace-by-fee.md)                             |
| **Ethereum** | Pectra staking (validators, top-ups, consolidation, withdrawals); replacing a stuck transaction by nonce (RBN).  | [Ethereum: staking & Replace by Nonce](/helpcenter2/network-specific-guidance/ethereum-staking-and-replace-by-nonce.md) |
| **Solana**   | SPL token accounts attach to a parent Solana account and may need activating.                                    | [Solana: SPL token accounts](/helpcenter2/network-specific-guidance/solana-spl-token-accounts.md)                       |
| **Hedera**   | HBAR and HTS tokens: token association, HBAR-denominated fees plus custom fees, and liquid full-balance staking. | [Hedera: HBAR & HTS tokens](/helpcenter2/network-specific-guidance/hedera-hbar-and-hts-tokens.md)                       |

{% hint style="info" %}
A few networks surface extra information in the generic screens without changing the flow. For example, TRON shows **Bandwidth** among an account's balances (see [Finding accounts & checking balances](/helpcenter2/for-operators/finding-accounts-and-checking-balances.md)). Those don't need a page here.
{% 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://help.enterprise.ledger.com/helpcenter2/when-network-behaviour-differs.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.
