# Offers

Offers lets you make a bid, in ETH, on any Kitty in the game, even if it’s not up for sale. So if you find a Kitty you love, you could entice the owner to part with it for the right price.

Here’s where it gets interesting: another player can bid more and outbid your offer. In that case, the original bidder must raise their offer or kiss the Kitty goodbye.

You can bid on any Kitty in the game. If an Offer isn’t accepted or declined, it expires after a period of time.

![](/files/-LVGGrneLGrzWuhRk-ac)

The owner only sees the highest current bid on their Kitty. So if someone outbids you –– you’ll get notified if they do –– raise your offer right away to ensure it's on top.

Placing an offer incurs a fee which is a percentage of the total offer value. The entire sum of the offer, plus the fee, is collected up front. How much the bidder actually gets charged at the end of the offer, however, depends on what happens.

* If the offer is accepted or canceled, the offer fee is taken.
* A smaller flat fee is taken when offers are expired or outbid.


---

# 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://guide.cryptokitties.co/guide/tips/offers.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.
