# NFTs for Gated Burrow Entry

The dYdX Foundation is fostering a movement for advanced traders. Becoming an Ambassador means adopting decentralized and permissionless technology.

These NFTs grant access to the [Clarity Application](https://app.clarity.so/login) for each respective burrow.

![](/files/SHkO6ofDhU8V2V2WvQuE)

## Smart Contract

{% hint style="info" %}
Contract Name: AMB.sol

Smart Contract Address: [0x9a20c403262b1d480a616B1C34dA84ca5Be6a9A7](https://etherscan.io/address/0x9a20c403262b1d480a616b1c34da84ca5be6a9a7#code)

Compiler Version: v0.8.7+commit.e28d00a7
{% endhint %}

### Contract Source Code:

```
// SPDX-License-Identifier: MIT

pragma solidity ^0.8.0;

/// @title: dYdX Ambassador
/// @author: manifold.xyz

import "./ERC721Creator.sol";

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//                                                                                                                                //
//                                                                                                                                //
//                                                                                                                                //
//    ██████╗ ██╗   ██╗██████╗ ██╗  ██╗    ███████╗ ██████╗ ██╗   ██╗███╗   ██╗██████╗  █████╗ ████████╗██╗ ██████╗ ███╗   ██╗    //
//    ██╔══██╗╚██╗ ██╔╝██╔══██╗╚██╗██╔╝    ██╔════╝██╔═══██╗██║   ██║████╗  ██║██╔══██╗██╔══██╗╚══██╔══╝██║██╔═══██╗████╗  ██║    //
//    ██║  ██║ ╚████╔╝ ██║  ██║ ╚███╔╝     █████╗  ██║   ██║██║   ██║██╔██╗ ██║██║  ██║███████║   ██║   ██║██║   ██║██╔██╗ ██║    //
//    ██║  ██║  ╚██╔╝  ██║  ██║ ██╔██╗     ██╔══╝  ██║   ██║██║   ██║██║╚██╗██║██║  ██║██╔══██║   ██║   ██║██║   ██║██║╚██╗██║    //
//    ██████╔╝   ██║   ██████╔╝██╔╝ ██╗    ██║     ╚██████╔╝╚██████╔╝██║ ╚████║██████╔╝██║  ██║   ██║   ██║╚██████╔╝██║ ╚████║    //
//    ╚═════╝    ╚═╝   ╚═════╝ ╚═╝  ╚═╝    ╚═╝      ╚═════╝  ╚═════╝ ╚═╝  ╚═══╝╚═════╝ ╚═╝  ╚═╝   ╚═╝   ╚═╝ ╚═════╝ ╚═╝  ╚═══╝    //
//                                                                                                                                //
//                                                                                                                                //
//                                                                                                                                //
//                                                                                                                                //
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////


contract AMB is ERC721Creator {
    constructor() ERC721Creator("dYdX Ambassador", "AMB") {}
}
```

{% hint style="info" %}
Contract deployed by Alucard.eth
{% endhint %}


---

# 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://www.dydxdao.info/ambassador-program/nfts-for-gated-burrow-entry.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.
