# Read the source

`%fund` is open source software that you run on your own urbit. As the codebase matures, we will produce documentation about the possible pokes, scrys, and subscriptions. In the meantime, install the app and read the source code:

```
|install ~tocwex %fund
```

You can then open and review the code in the file explorer `%cliff` or `%eyas` text editor.&#x20;

If you don't know how to do that, we recommend getting in touch with the Urbit Foundation and signing up for [Hoon Academy](https://docs.urbit.org/courses/urbit-academy/ha).

If you have read the source and have further questions, join our `%tlon` group at `/1/group/~tocwex/syndicate-public`. We'd love to help!

If you would like to review the code prior to installing on your ship, or make contributions to the project, it is available on [GitHub](https://github.com/tocwex/fund).

The current smart contract code uses a [dedicated deployment of GnosisSafeProxyFactory](https://etherscan.io/address/0xce13ec86bd8b88279ec63eb9f1aed96759ce5063#code), and the official Gnosis Safe deployments of the rest of the contract ecosystem.


---

# 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.tocwexsyndicate.com/developer-documentation/read-the-source.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.
