> For the complete documentation index, see [llms.txt](https://docs.degendogs.club/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.degendogs.club/degen-dogs-mission-1/basics/dog-biscuits-bsct.md).

# Dog Biscuits (BSCT)

Dog Biscuits -- `BSCT` tokens -- are ERC20 tokens issued to all bidders of Degen Dog auctions, *including both unsuccessful and winning bidders*.  `BSCT` tokens are issued at a ratio of 1000:1 based on the bid submitted.  For example, a bid of `1 WETH` would result in `1000 BSCT` tokens.

In addition, `BSCT` tokens are issued to the sender of *Auction Settlement* transactions, *even if they did not bid in the auction*. The same ratio of 1000:1, based on the *winning* bid, applies.

{% hint style="info" %}
**Note:** Consecutive bids from the same address will not earn `BSCT`. For clarity, if you are the highest bidder, and then you outbid yourself, your bid will succeed, but `BSCT` will not be issued for the second bid. On the other hand, if you bid, then someone else outbids you, and then you bid *again*, you will receive `BSCT` for *both* of your bids.
{% endhint %}

### Why?

Two reasons:

1. Degen Dogs need to eat something in the Club.
2. The Degen Dogs community is greater than just the Dog (NFT) owners. `BSCT` holders are also important.

### Utility of BSCT Tokens

We all need to eat to survive, including the Degen Dogs.  Dog Biscuits have the potential to help Dogs grow strong, to prepare them for the journey ahead. The specific utility of BSCT tokens is yet to be discovered. :smile:


---

# 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.degendogs.club/degen-dogs-mission-1/basics/dog-biscuits-bsct.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.
