# Adapters

[<mark style="color:purple;">Link to Github repo</mark>](https://github.com/grixprotocol/Adapters)

Adapters are a community-driven development libraries, nesting on Grix's public repo. The Adapters project is inviting protocol developers and the DeFi community to enhance its capabilities collectively. This collaboration improves functionality and cultivates a shared sense of ownership and cooperation within the DeFi ecosystem.

Designed for diversity and maximal market capture, the adapters connect Grix to a wide range of blockchain protocols, each with distinct features. In the future, adapters in Grix, support various DeFi services like lending, staking, and trading, ensuring Grix's adaptability and comprehensive integration.

### Key Functionalities:

**Real-Time Quotes:** Adapters play a crucial role in fetching live quotes from integrated protocols. This timely market data is vital for informed decision-making and effective trading on the Grix platform.

**Position Tracking:** Beyond quotes, the adapters retrieve position data, enabling users to monitor their investments across different DeFi platforms, offering a unified view of their financial landscape.

**Contract-Based Trading:** The adapters enable direct interaction with smart contracts across various protocols for executing buy and sell orders. This ensures that users can engage in trading activities directly on the blockchain, leveraging the decentralized nature of the platform.


---

# 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.grix.finance/grix/for-developers/adapters.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.
