# General Bridge Questions

<details>

<summary><strong>What are the transaction links shown on finalized bridge diaogue?</strong></summary>

The bridge works via two transaction groups. One group on Algorand and the other on Solana. Both main transactions groups will be shown in the final bridge dialogue in order to confirm/check on AlgoExplorer and SolScan by the user if desired.

</details>

<details>

<summary><strong>What should I do if I face issues?</strong></summary>

Please take a screenshot and contact us via our telegram group. You can also reach us by sending an email to <support@glitter.finance>

</details>

<details>

<summary><strong>What if it takes too long in some cases? Is there a condition under which my transactions are not confirmed?</strong></summary>

Network congestion does occur on Solana. We have built in a sensor tool into the bridge which tells you the state of the Solana network. If your transaction fails and you need to be refunded please contact us via our telegram group of send an email to <support@glitter.finance>

</details>

<details>

<summary><strong>Is there a server connection to which the frontend communicates?</strong></summary>

No! The bridge architecture is designed to have front and back ends detached, and they do not directly communicate. They are only connected via blockchain transactions. This way, the need for extra or third-party verifiers gets omitted and the verification consensus is exactly the blockchain's validation consensus and nothing more. We use oracles to do the heavy lifting, of this absent direct communication between front and back ends, and provide more robust security for bridge operations.

</details>


---

# 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.glitterfinance.org/glitter-crosschain-platform/bridge-faq/general-bridge-questions.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.
