# Posting a Job & Funding Escrow

<figure><img src="/files/nf8mJJvKZL6wH0mqkNj2" alt=""><figcaption></figcaption></figure>

#### Step 1: Create a Job Post

From your dashboard, click **"Post a New Job"**. Fill out the following fields to attract qualified applicants:

* **Job Title:** Be specific and clear (e.g., "Senior Solidity Developer for DeFi Protocol Audit").
* **Job Description:**
  * Clearly outline the project scope and key deliverables.
  * List the required skills and experience level.
  * Mention the project timeline and expected commitment (e.g., full-time, part-time, contract).
* **Budget:** Set a fixed price for the project or specify an hourly rate range.
* **Skills Tags:** Select the skills required for the job. This is crucial for matching.

> **✨ Pro-Tip:** The best job descriptions are detailed but concise. They give freelancers all the information they need to decide if they are a good fit and write a strong proposal.

#### Step 2: Review Proposals & Hire

Once your job is live, you will start receiving proposals from freelancers. Review their profiles, on-chain work history (PoW NFTs), and the quality of their proposals.

When you've found the perfect candidate, click **"Hire"** on their proposal.

#### Step 3: Fund the Smart Contract Escrow

Hiring on TAL3NT is secured by our smart contract escrow.

1. After clicking "Hire," you will be prompted to fund the escrow with the agreed-upon project amount.
2. You will be asked to approve the transaction in your connected wallet.
3. The funds (e.g., in MON or ETH on Base) will be transferred from your wallet and locked securely in the smart contract.

The freelancer is now notified, the contract officially begins, and you can both be confident that the payment is secured.

***

<br>


---

# 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.tal3nt.xyz/getting-started/publish-your-docs-2.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.
