# Hacking & Testing

The [contracts are opensource](https://github.com/balancer-labs/balancer-core) and everything is deployed on Kovan as well as Mainnet.

We use the Subgraph to make it easy to query data (Repo: [balancer-subgraph](https://github.com/balancer-labs/balancer-subgraph)).

There are also apps for Pool Management and Token Exchanges. The source code for these are also available ([Exchange](https://github.com/balancer-labs/balancer-exchange), [Pool Management](https://github.com/balancer-labs/pool-management)).

## Kovan

[Exchange App](https://kovan.balancer.exchange/#/swap)

[Pool Management App](https://kovan.pools.balancer.exchange/#/list)

[Subgraph](https://thegraph.com/explorer/subgraph/balancer-labs/balancer-kovan)

[Guide](https://docs.balancer.finance/guides/testing-on-kovan) for testing on Kovan. Includes contract addresses and test faucet details.

## Mainnet

[Exchange App](https://balancer.exchange/#/swap)

[Pool Management App](https://beta.pools.balancer.exchange/#/list)

[Subgraph](https://thegraph.com/explorer/subgraph/balancer-labs/balancer)

[Guide - Create Your Own Pool](https://docs.balancer.finance/guides/creating-a-balancer-pool)

Deployed BFactory Address: [0x9424B1412450D0f8Fc2255FAf6046b98213B76Bd](https://etherscan.io/address/0x9424b1412450d0f8fc2255faf6046b98213b76bd)


---

# 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://balancer.gitbook.io/balancer-v2/v1/guides/hackathons/hacking-and-testing.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.
