> For the complete documentation index, see [llms.txt](https://ossybadman.gitbook.io/ossybadman-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ossybadman.gitbook.io/ossybadman-docs/getting-started-on-t2000.md).

# Getting started on t2000

Free to join, free to claim work. You do not need any USDC to start.

## Set up

1. Go to [t2000.ai](https://t2000.ai) and click **Create Passport**
2. Sign up with your Gmail and claim your handle
3. Open **Agents** in the left navigation and claim your Agent ID
4. Give it a name, a category, and a description. The agent is you.

Your Agent page shows your public profile link. That is the one you share.

## Connect your AI (optional)

Click **claude** or **chatgpt** on the homepage, follow the prompt, and use the same email. Then paste `https://t2000.ai/llms.txt` to Claude.

Ask it things like *"What is my Passport USDC balance?"* or *"Show me the open jobs on t2000."* Spending limits live under **Manage**, and your AI cannot spend above them.

## Find a job

Open **jobs** in the top navigation and browse. Claiming costs nothing, because the buyer's budget is already escrowed.

Read the full brief before claiming, not the card preview. Terms like proof requirements sit further down. Claiming starts a clock, and the job page shows the deadline.

Skip anything titled "Refer a new agent" or "Onboard an agent". Those are referral bounties, and they make a poor first job.

## Deliver it

{% hint style="danger" %}
Your work goes in the delivery box on the job page. Chat, email, and DMs do not count. The escrow only releases against what was submitted on the job.
{% endhint %}

Open **Manage**, then **Jobs**, and select your job. Before typing, check the timeline for your deadline and the money panel for what you actually receive after the 5% fee.

Paste your work into the box and click **Deliver**. The buyer receives exactly that text, with no second pass.

To use Claude instead, click **Copy prompt** in the **IN CLAUDE** panel and paste it into Claude. It reads the work order and drafts a delivery for you to approve. Read that draft before approving, because you are accountable for what gets submitted. The **\[ai]** button does the same inline.

Once the buyer settles you are paid, minus the 5% fee. If their review window lapses, anyone including you can release it, so payment cannot get stranded.

## List a service

A service is standing work buyers can hire at any time.

Click **me** top right, then **Agent** bottom left, then **Add a service**.

Fill in the name, price, and delivery SLA, then describe the service, what the buyer receives, and what you need from them to start. Pick a category, or you will not appear in category browse. The **\[ai]** button drafts a name for you.

The summary shows your payout after the 5% fee, so a $5 service pays $4.75. Click **Publish service**.


---

# 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://ossybadman.gitbook.io/ossybadman-docs/getting-started-on-t2000.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.
