> For the complete documentation index, see [llms.txt](https://whitepaper.syndicatus.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.syndicatus.io/syndicatus-token-whitepaper/transaction-fees.md).

# Transaction Fees

Assuming the original structure included a 7.5% transaction fee allocated across various functions (Team, Marketing, Burn, etc.), let's integrate the new taxes into this model. The distribution will need to be adjusted to accommodate these taxes while maintaining a balanced approach that doesn't overly burden transactions.

You can see the Syndicatus Token (SYND) Transaction Fees in depth here:

<table data-header-hidden><thead><tr><th width="303"></th><th></th></tr></thead><tbody><tr><td>Transaction Fee Type</td><td>Percentage (%)</td></tr><tr><td>1.      Team</td><td>0.5%</td></tr><tr><td>2.      Marketing</td><td>0.5%</td></tr><tr><td>3.      Burn(Deflationary Measure)</td><td>1%</td></tr><tr><td>4.      Liquidity Pool (LP) Incentives</td><td>1%</td></tr><tr><td>5.      Research and Development</td><td>1%</td></tr><tr><td>6.      Charity</td><td>0.5%</td></tr><tr><td>7.      Trasaction Tax</td><td>0.5%</td></tr><tr><td>8.      Buyback Tax</td><td>0.5%</td></tr><tr><td>9.      Reflection Tax</td><td>1%</td></tr><tr><td>10.  LP Tax</td><td>1%</td></tr></tbody></table>

New Tax Definitions:

7\. Transaction Tax: 0.5% - A fee applied to each transaction that could be used for operational costs or as a reserve fund.

8\. Buyback Tax: 0.5% - Funds collected under this tax are used to buy back tokens from the market, typically to reduce supply and potentially increase the token's value.

9\. Reflection Tax: 1% - This tax redistributes a percentage of transaction fees to existing token holders, incentivizing holding and offering passive income rewards.

10\. LP Tax: 0.5% - Additional funds directed towards liquidity to ensure stable trading conditions and mitigate price volatility.


---

# 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://whitepaper.syndicatus.io/syndicatus-token-whitepaper/transaction-fees.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.
