# Bahamut Docs

## Bahamut Docs

- [Quickstart](https://docs.bahamut.io/quickstart.md): Please note, the document is not final and never will be :)
- [Introduction](https://docs.bahamut.io/overview/introduction.md)
- [Features](https://docs.bahamut.io/overview/features.md)
- [Consensus PoSa](https://docs.bahamut.io/overview/consensus-posa.md)
- [Overview](https://docs.bahamut.io/building-on-bahamut/overview.md)
- [Network Endpoints](https://docs.bahamut.io/building-on-bahamut/network-endpoints.md)
- [Deploy Smart Contracts](https://docs.bahamut.io/building-on-bahamut/deploy-smart-contracts.md)
- [Using Hardhat](https://docs.bahamut.io/building-on-bahamut/deploy-smart-contracts/using-hardhat.md)
- [Create a project](https://docs.bahamut.io/building-on-bahamut/deploy-smart-contracts/using-hardhat/create-a-project.md)
- [Compiling the contract](https://docs.bahamut.io/building-on-bahamut/deploy-smart-contracts/using-hardhat/compiling-the-contract.md)
- [Using Remix](https://docs.bahamut.io/building-on-bahamut/deploy-smart-contracts/using-remix.md)
- [Writing a Smart Contract](https://docs.bahamut.io/building-on-bahamut/deploy-smart-contracts/using-remix/writing-a-smart-contract.md)
- [Compiling the contract](https://docs.bahamut.io/building-on-bahamut/deploy-smart-contracts/using-remix/compiling-the-contract.md)
- [Deploy a Token](https://docs.bahamut.io/building-on-bahamut/deploy-a-token.md)
- [Deploy an NFT](https://docs.bahamut.io/building-on-bahamut/deploy-an-nft.md)
- [Explorer](https://docs.bahamut.io/building-on-bahamut/explorer.md)
- [Bridge](https://docs.bahamut.io/building-on-bahamut/bridge.md)
- [About $FTN](https://docs.bahamut.io/building-on-bahamut/about-usdftn.md)
- [Hardware & System Req.](https://docs.bahamut.io/operators/hardware-and-system-req..md)
- [Run a Full Node](https://docs.bahamut.io/operators/run-a-full-node.md)
- [Hardware & System Req.](https://docs.bahamut.io/validators/hardware-and-system-req..md)
- [Run a Validator Node](https://docs.bahamut.io/validators/run-a-validator-node.md)
- [Stake your validator](https://docs.bahamut.io/validators/stake-your-validator.md)
- [Monitor validator performance](https://docs.bahamut.io/validators/monitor-validator-performance.md)
- [Become a validator](https://docs.bahamut.io/become-a-validator.md): Follow these steps to install and configure your setup to become a validator on the Bahamut network.
- [Step 1: Install the Required Files](https://docs.bahamut.io/become-a-validator/step-1-install-the-required-files.md)
- [Step 2: Run the Node](https://docs.bahamut.io/become-a-validator/step-2-run-the-node.md)
- [Step 3: Set Up Your Wallet](https://docs.bahamut.io/become-a-validator/step-3-set-up-your-wallet.md)
- [Step 4: Generate Validator Keys](https://docs.bahamut.io/become-a-validator/step-4-generate-validator-keys.md)
- [Step 5: Import Validator Keys and Launch the Validator Client](https://docs.bahamut.io/become-a-validator/step-5-import-validator-keys-and-launch-the-validator-client.md)
- [Step 6: Submit Deposit Data](https://docs.bahamut.io/become-a-validator/step-6-submit-deposit-data.md)
- [Step 7: Set Withdrawal Credentials (BLS to Execution)](https://docs.bahamut.io/become-a-validator/step-7-set-withdrawal-credentials-bls-to-execution.md)
- [Validator Checklist](https://docs.bahamut.io/validator-checklist.md): This checklist is your guide to understanding the role of a validator and preparing for it step-by-step.
- [Staking Withdrawals](https://docs.bahamut.io/staking-withdrawals.md): Here’s everything you need to know about the withdrawal process.
- [Difference on Bahamut Staking vs. Lolik](https://docs.bahamut.io/difference-on-bahamut-staking-vs.-lolik.md)
- [Wallet](https://docs.bahamut.io/users/wallet.md): To be updated ..
- [Supported Wallet](https://docs.bahamut.io/users/wallet/supported-wallet.md)
- [Tutorial on how to set up wallet](https://docs.bahamut.io/users/wallet/tutorial-on-how-to-set-up-wallet.md)
- [Network Configuration](https://docs.bahamut.io/users/network-configuration.md): To be updated ..
- [Configure Value](https://docs.bahamut.io/users/network-configuration/configure-value.md)
- [Tutorial on how to config Bahamut network in Metamask](https://docs.bahamut.io/users/network-configuration/tutorial-on-how-to-config-bahamut-network-in-metamask.md)
- [Bridge Assets](https://docs.bahamut.io/users/bridge-assets.md): To be updated ..
- [Bridge assets from others chains](https://docs.bahamut.io/users/bridge-assets/bridge-assets-from-others-chains.md)
- [Bahamut Bridge](https://docs.bahamut.io/users/bridge-assets/bahamut-bridge.md)
- [Bridge assets form Exchange](https://docs.bahamut.io/users/bridge-assets/bridge-assets-form-exchange.md)
- [General FAQs](https://docs.bahamut.io/faqs/general-faqs.md): To be updated ..
- [$FTN and Staking FAQs](https://docs.bahamut.io/faqs/usdftn-and-staking-faqs.md): To be updated ..
- [Validator FAQs](https://docs.bahamut.io/faqs/validator-faqs.md): To be updated ..
- [Contact Officials](https://docs.bahamut.io/contact-us/contact-officials.md)
- [Disclaimers](https://docs.bahamut.io/disclosure/disclaimers.md)
- [Risk Statement](https://docs.bahamut.io/disclosure/risk-statement.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.bahamut.io/quickstart.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.
