> For the complete documentation index, see [llms.txt](https://docs.evolution.land/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.evolution.land/getting-started/game-entities/apostle/job-market.md).

# Job Market

Apostles need to earn a living for the owner, but what if the owner doesn't own Land? There's a Job Market for Apostles to look for a job or landowners to hire good miners.

Players need to list their Apostles on the job market; Set work period (at least 7 days) and daily wages (in RING). Other players can decide whether to hire the Apostle based on the Apostle's talent and salaries. Once employed, the Apostle will receive RINGs while the employer will get the mineral resources.

![Looking for a Job](/files/-MNjEshi2AyNL0_VtXQF)

For employers, go to Apostle market, select the "Recruit" tab to view all Apostles looking for a job. Browser their talents and wages, and decide whom to hire.


---

# 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:

```
GET https://docs.evolution.land/getting-started/game-entities/apostle/job-market.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.
