> For the complete documentation index, see [llms.txt](https://docs.takadao.io/takadao-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.takadao.io/takadao-docs/taka-tokenomics-litepaper-v1/taka-tokenomics-in-brief/token-utility-taka-for-fees-and-boosted-benefits.md).

# Token Utility: TAKA for Fees and Boosted Benefits

A key utility of the token is the ability to pay tDAO membership fees with TAKA, which gives a member higher Benefit Payouts. On the backend, Takadao subsidizes this by discounting the protocol fee that it collects from the tDAO.&#x20;

Once listed on an exchange, the TAKA token will have a market value as determined by demand and supply. When a token holder contributes to the tDAO using TAKA tokens, he will be paying at the value that the TAKA token can be swapped for on the secondary markets. In turn, Takadao reduces the protocol fee it collects from the tDAO as shown in the following example.

Discounted fee calculation example

<table data-header-hidden><thead><tr><th></th><th width="129"></th><th></th><th width="130"></th><th></th><th></th></tr></thead><tbody><tr><td>Takadao fees if paid with non-TAKA tokens</td><td>22%</td><td><br></td><td><br></td><td></td><td></td></tr><tr><td>Takadao fees if paid with TAKA tokens</td><td>17%</td><td><br></td><td><br></td><td></td><td></td></tr><tr><td><br></td><td><br></td><td><br></td><td><br></td><td><br></td><td><br></td></tr><tr><td>Payment Token</td><td>Contribution</td><td>Takadao Fees</td><td>Membership Credits</td><td>Added to tDAO fund</td><td>tDAO price per token</td></tr><tr><td>USDC</td><td>$100.00</td><td>$22.00</td><td>100.00</td><td>$78.00</td><td>$0.78</td></tr><tr><td>TAKA</td><td>$100.00</td><td>$17.00</td><td>106.41</td><td>$83.00</td><td>$0.78</td></tr><tr><td>TAKA</td><td>$95.00</td><td>$16.15</td><td>101.09</td><td>$78.85</td><td>$0.78</td></tr></tbody></table>

In the second line of the example above, the tDAO receives a contribution equivalent to 100 USDC in TAKA tokens from a member. The tDAO then sends the TAKA tokens to the Takadao treasury which in turn reimburses the tDAO 83 USDC, equivalent to 83% of the contribution, with 17% going to Takadao fees. The member receives 106.41 [Membership Credits](#user-content-fn-1)[^1].&#x20;

In this example, because of the discount in the protocol fee, the tDAO receives a larger share of the contribution and the member receives more Credits, which translates to a boosted Benefit Payout in the event of a claim. Had the same contribution been paid in USDC, the tDAO will only receive 78 USDC and the member would only receive 100 Membership Credits and a lower expected Benefit Payout. All these interactions are automated by smart contracts.

[^1]: To learn more about how tDAO Membership Credits and Benefit Payouts are calculated, please refer to the [whitepaper](https://docs.takadao.io/takadao-docs/part-b.-takadao-the-daos/05-tdaos-tokens-aka-membership-credits).


---

# 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.takadao.io/takadao-docs/taka-tokenomics-litepaper-v1/taka-tokenomics-in-brief/token-utility-taka-for-fees-and-boosted-benefits.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.
