> For the complete documentation index, see [llms.txt](https://docs.fringe.fi/v2-fringe-finance-platform-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fringe.fi/v2-fringe-finance-platform-docs/platform-overview/censorship-resistance.md).

# Censorship Resistance

Fringe Finance’s backend was initially hosted by the Fringe Finance project. However, to ensure greater decentralization and reduce the likelihood of censorship by state actors or hosting providers, Fringe Finance has now released a decentralized backend that employs subgraphs on The Graph.&#x20;

The Graph records specified on-chain activity and statistics that can be rendered on the Fringe dApp, thus removing the need for a separate Fringe backend. This is part of Fringe fulfilling its aim to increase its censorship resistance.

### Decentralized back-end

Fringe’s [v2](/v2-fringe-finance-platform-docs/product-versions/v2-live.md) includes two crucial features designed to protect us against the risk of censorship posed to DeFi apps: a decentralized back-end and integration with decentralized indexing services.

The move to a decentralized back-end, motivated by increased security, makes the platform less vulnerable to attacks and improves transparency. [Fringe Lending](/v2-fringe-finance-platform-docs/fringe-lending/fringe-lending.md) now employs The Graph and this enhancement is one of our new features to continually increase the platform’s censorship resistance.

As a follow-on after v2, we will provide an open-source, free-to-download front-end that anyone can host. This includes deploying a front-end on IPFS in the near future, which will allow multiple instances of the dApp front-end to be hosted simultaneously by independent parties. By doing so, any single actor’s attempt to deactivate any single front-end instance will be rendered powerless. Additionally, we will open-source our front-end codebase, offer grants for actors to host the front-end. Fringe is also assessing distributing our frontend dApp via nostr (employing nostr's decentralised persistent storage and messaging protocol.)

To mitigate the risk of backends being deactivated by cloud service providers, we will integrate with decentralized blockchain indexing services and make API endpoints open-source and accessible. This will enable us to provide our users with a more secure and reliable experience.

To minimize the risk of centralized RPC providers, Fringe has redesigned our RPC integration to be easily reconfigured in case the need arises to change RPC providers. <br>


---

# 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.fringe.fi/v2-fringe-finance-platform-docs/platform-overview/censorship-resistance.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.
