# Hopium

## Hopium

- [Hopium Introduction](https://docs.hopium.finance/hopium-introduction.md)
- [Get Started](https://docs.hopium.finance/get-started.md): Using anything new can be a bit of a challenge. Don't worry though, we've created a range of guides to help you get comfortable with Hopium!
- [Create a Wallet](https://docs.hopium.finance/create-a-wallet.md)
- [Get GDCC20 Tokens](https://docs.hopium.finance/get-gdcc20-tokens.md)
- [Create Token Smart Contract Example](https://docs.hopium.finance/create-token-smart-contract-example.md)
- [Using Hopium without Centralized Exchanges](https://docs.hopium.finance/using-hopium-without-centralized-exchanges.md): You don't need an account with GDCC’s centralized exchange  to start using Hopium!
- [Exchange](https://docs.hopium.finance/exchange.md): Hopium is an Automated Market Maker (AMM), and the Exchange is at the heart of Hopium.
- [Token Swaps](https://docs.hopium.finance/token-swaps.md): Token swaps on Hopium are a simple way to trade one GDCC-20 token for another via automated liquidity pools.
- [How to Trade](https://docs.hopium.finance/how-to-trade.md): Trading on Hopium is very easy compared to most exchanges. You aren't going to be overwhelmed by charts or jargon, and calculations are all handled for you.
- [Liquidity Pools](https://docs.hopium.finance/liquidity-pools.md): When you add your token to a Liquidity Pool you will receive Liquidity Provider (LP) tokens and share in the fees.
- [How to Add/Remove Liquidity](https://docs.hopium.finance/how-to-add-remove-liquidity.md): "Liquidity" is central to how Hopium Exchange works. You can add liquidity for any token pair by staking both through the Liquidity page. In return for adding liquidity, you'll receive trading
- [Hopium Locker](https://docs.hopium.finance/hopium-locker.md): Hopium Locker is the most affordable, secure and intuitive liquidity locker for GDCC / GDCC-20 tokens. It can be used to easily lock liquidity created on Hopium.
- [Smart Contracts](https://docs.hopium.finance/smart-contracts.md): This page provides links or locations for Hopium's smart contracts.
- [Contact Us](https://docs.hopium.finance/contact-us.md)
- [Brand & Logos](https://docs.hopium.finance/brand-and-logos.md): Guidlines and downloadable assets like the Hopium logo SVG
- [Social Accounts & Communities](https://docs.hopium.finance/social-accounts-and-communities.md): Here you'll find a list of Hopium's official Social media channels and communities. If English is not your first language, we have a number of non-English communities that would love to have you join
- [Customer Support](https://docs.hopium.finance/customer-support.md)
- [Troubleshooting Errors](https://docs.hopium.finance/troubleshooting-errors.md)
- [Career](https://docs.hopium.finance/career.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.hopium.finance/hopium-introduction.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.
