> For the complete documentation index, see [llms.txt](https://relationlabs.gitbook.io/relation-one-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://relationlabs.gitbook.io/relation-one-api/api-zh/appendix/contract-addresses.md).

# 合约列表

### Polygon主网地址

#### Medal SBT

| Name                               | SBT Contract                               |
| ---------------------------------- | ------------------------------------------ |
| Relation Medal Activist            | 0xfc0400c01a6978c21fb9ffe2273ed80efe6f6b9f |
| Relation Medal Learner             | 0xeeb5c709d537df9ba2731327f83f7fb4fe8bdd10 |
| Relation Medal New-age Leader      | 0x7ec589527463c2a87cda17fe2432c7c5b739fb97 |
| Relation Medal Lucky Fellow        | 0x372970ce0915fe0c11db12c4a38bad1f38eaa468 |
| Relation Medal Starter             | 0x7b63526772f55ffd34eb994d190dc44b1247aeec |
| Relation Medal Explorer            | 0x793a19265f2a5b87e556d072dcd93cbb42d2fc28 |
| Relation Medal Pioneer             | 0xae629977b3a155df00df1f58184e874a47619714 |
| Relation Medal Beginning To Trek   | 0x3c583d96b9cb0fc4775f78561444d07a87298c85 |
| Relation Medal Signal ACK          | 0x1d04e8a0734bd73ad992b93d09dd14b478df2ec4 |
| Relation Medal Party Attendance    | 0xa0fc2f4539cf7a9cec0cec40045380be82f41315 |
| Relation Medal Establish Gene Pool | 0xc77e8d526661df25b1212638d928200f94b3e2d9 |
| Relation Medal Telepathy           | 0x1f2b0e8339008488cbd5b5e0e16732f4428310ee |
| Relation Medal Creator             | 0x8963f9baf9b18aa84aef8de83ac940b5d1611710 |
| Relation Medal Parallel Universe   | 0x5a31092fd964229697aac4f2bc975c3204bdb84d |
| Relation Medal Unknown Brick       | 0x659a3d0e23b677cb68c4e255e00ac63775429a06 |
| Relation Medal Hive Mind           | 0xca82a75967bd35d2c1d212e236a27d91fcfb9bb9 |
| Relation Medal First Contact       | 0xad9c4bd4e44c852c9d0f74cf89480837bc285fba |
| Relation Medal Build Base          | 0xfdba7c5ed52ea0098f24c33954538830e3c0e451 |
| Relation Medal Not Alone           | 0x1dcc0fbb80d2c6a62ee35835e03c98924d413153 |
| Learner                            | 0x865a8d55c5b34e8afec879a68146ca904ad7b678 |
| STARTER                            | 0xda03f1fb00f505e8abab477f094556c86fcb18d5 |
| Lucky Fellow                       | 0x19c9ab9a2fada0091ffea59ae059ff64243d0880 |

#### 其他活动

| Name                          | SBT Contract                               |
| ----------------------------- | ------------------------------------------ |
| 4everlandMSP                  | 0x4eeAe05c0d52b057960C9baBa3c4DA34C65E54f6 |
| Relation Contributor SBT      | 0x5BD7b51b68744025276AEaEDA1b0A5362B465E0c |
| Relation Christmas SBT        | 0x1650369BF82Ed9451dC6F94fcB7feD9653b7B541 |
| Relation 1st Anniversary      | 0x588368698213BDF05aa722936d7657Df8F3abE27 |
| Relation Membership           | 0x2f68f74497F5e1A24b517a5c7C49AFF23c4d2405 |
| Guess                         | 0xb8eDcD887DF79278E227dAb986cb2a91C2347E02 |
| Team Fans                     | 0xAAbA55e57eb01176857b7217EA88A7CB2C0fB7fC |
| Achievement                   | 0x4dC41f2ad1E1A7A339D88C8668c0Df0856485806 |
| DotbitRelationlabs Membership | 0x7f2F10d23797E0056D877784bFc64513Aa5BA8C3 |
| MetaOasis Membership          | 0x77b2bD4cff84fc89682C30B4E77132B56f2d4fcc |
| 4EverLand Membership          | 0x8107Fa4cc1aafafea28AFDb8E18F1a3Be416cCdA |
| Permaswap Membership          | 0x3214c0b9dd75cf0788d96c09974cc8c54b1ea580 |
| token2049                     | 0x3442de7e57667080fa3b316f6cda12b1de7c32a1 |

### PlatON Mainnet Addresses / PlatON主网地址

| Name                 | SBT Contract                               |
| -------------------- | ------------------------------------------ |
| Team Fans            | 0x58495dc950B40A79D05cBAE4681182b59ED378bF |
| PlatON Membership    | 0x88A6379E33c76f1c1EaE1987D2802a2a8001B18C |
| EtherPOAP Membership | 0x228Da059a324ba06a945fC64e91Cc036d939B0e9 |

### Moonbeam Mainnet Addresses / Moonbeam主网地址

| Name      | SBT Contract                               |
| --------- | ------------------------------------------ |
| Guess     | 0xd65fE5Fb344d309b6a8867c9c915A851D80F31cF |
| Team Fans | 0x4Dd438F8DAA102CC1189F82d59192eB444aF35CD |


---

# 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://relationlabs.gitbook.io/relation-one-api/api-zh/appendix/contract-addresses.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.
