# SYMMIO Diamond SDK

The SYMMIO Diamond SDK provides ready-to-use code examples and utilities for interacting with the Symmio Diamond and Helper Contracts. &#x20;

This toolkit is ideal for:

* DeFi developers working with Symmio protocol
* Trading platforms looking to integrate with Symmio
* Developers building custom interfaces for decentralized perpetual trading
* Anyone wanting to understand how to interact with the SYMM Diamond contract

### Features Overview

The toolkit provides implementations for key protocol interactions:

* **Account Management**
  * Create and manage sub-accounts via the MultiAccount contract
  * Deposit and allocate collateral
* **Trading Operations**
  * Send quotes
  * Open and close positions
  * Cancel quotes
* **View Functions**
  * Query account balances
  * Retrieve open positions
  * Access quote details

### Getting Started

To begin working with the SYMM Diamond SDK:

1. **Clone the** [**Repository**](https://github.com/academy17/symmio_example_codes):
2. **Set Up Environment**: Follow the installation instructions in the README to configure your development environment.
3. **Configure Settings**: Copy the [.env.example](https://github.com/academy17/symmio_example_codes) file to .env and fill in your specific configuration values.
4. **Run Example Scripts**: Query information related to positions and execute functions on the diamond.


---

# 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.symm.io/contract-documentation/symmio-perps-v0.8.4/symmio-diamond-sdk.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.
