> For the complete documentation index, see [llms.txt](https://docs.onthis.xyz/overview/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.onthis.xyz/overview/builders/become-a-builder/session-2-feedback.md).

# Session 2 (Feedback)

{% hint style="info" %}
Congrats on finishing Session 1. Genesis Builder NFT awaits!
{% endhint %}

In this next part we'll do the following:

1. Summarize Feedback
2. Show you our new Deposit+Borrow Tool
3. Gather what you want tool you want to see us build next&#x20;

### 1. Summarize Feedback

We thrive on feedback. For this next part please don't hold back. Below are a few questions to get you started, however, feel free to write whatever is most important to you.

**Feedback 1**\
[Bridge + Swap Contract](/overview/builders/how-to-build-onthis-contracts/bridge-+-swap.md)

**Feedback 2**\
[Token Bundle](/overview/builders/how-to-build-onthis-contracts/token-bundles.md)

**Feedback 3**\
[Token Launcher](/overview/builders/how-to-build-onthis-contracts/token-launcher.md)

#### Helpful Feedback Questions

How was the process of deploying contracts?

Was anything confusing?

Did you get stuck anywhere?

What broke?

Did you find it useful?

If you could change one thing, what would it be?

### 2. New Tool (Deposit+Borrow)

The new tool for deploying "Deposit+Borrow" allows users to combine the actions of depositing ETH and then borrowing USDC as collateral in one action.

Review the below design and give us your feedback/understanding of this new tool and how you see yourself potentially using it.

<figure><img src="/files/q2wEmdDIHiLddKZNQRO4" alt=""><figcaption><p>Deposit+Borrow</p></figcaption></figure>

### 3. Which new tool do you want to see?

This is open-ended, let your imagination fly. Given what you know about our no-code tools, what would you like to see us build?


---

# 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://docs.onthis.xyz/overview/builders/become-a-builder/session-2-feedback.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.
