> For the complete documentation index, see [llms.txt](https://balancer.gitbook.io/balancer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://balancer.gitbook.io/balancer/guides/hackathons/hacking-and-testing.md).

# Hacking & Testing

## This page has been deprecated. V1 documentation is partially maintained [here](https://docs.balancer.fi/v/v1/guides/hackathons/hacking-and-testing)

### description: Some useful specifics to get you started

## 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
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 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, and the optional `goal` query parameter:

```
GET https://balancer.gitbook.io/balancer/guides/hackathons/hacking-and-testing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
