# Cross-Chain and Additional Features

#### Cross-Chain and Additional Features

PrimeFi is designed with multi-chain support via LayerZero, which means liquidity and rewards can operate across different networks. The **RewardDistributionController** (RDC) works in tandem with the ChefIncentivesController to synchronize reward accounting on the main chain and sidechains. Essentially, local Chef contracts handle per-chain accrual, and the RDC aggregates information like total supply per chain and ensures that users moving assets between chains get consistent rewards. It uses LayerZero messaging (OApp) to communicate actions across chains and maintain a global view of protocol usage. For users, this complexity is behind the scenes – they simply supply, borrow, and earn rewards on their chain of choice. The PrimeFi architecture also includes features like the **Looper** (an automation tool that can, for example, recycle borrowed WETH into another product called FLIK in a single step) and integrations with the **Prime Numbers NFT** ecosystem as discussed. These components expand the utility of the core lending algorithm by creating synergy between lending and other DeFi activities (yield farming, NFT staking, etc.), while the underlying algorithm remains grounded in well-audited Aave logic.


---

# 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://docs.primefi.xyz/know-your-algorithm/operational-flow/cross-chain-and-additional-features.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.
