# Smart Contracts

This page provides links or locations for Oboswap smart contracts.

## Ethereum Mainnet

### Oboswapfactory

[0xE71ec95e61f76E7dd86BBa1c78a85F5E4B062E77](https://etherscan.io/address/0xE71ec95e61f76E7dd86BBa1c78a85F5E4B062E77)

### Oboswap Router

[0xD38542ae5888E36440b995618D23C01a61eE5B5C](https://etherscan.io/address/0xD38542ae5888E36440b995618D23C01a61eE5B5C)

### OBOS Token

[0x8F3a13AeA609A34C34E3f598ed594E1e2bEE3E5c](https://etherscan.io/address/0x8F3a13AeA609A34C34E3f598ed594E1e2bEE3E5c)

### MasterChef

[0x6c716af369343bB723415d95e33c406e6A7D61Fb](https://etherscan.io/address/0x6c716af369343bB723415d95e33c406e6A7D61Fb)

## BSC Mainnet

### Oboswapfactory

[0xE71ec95e61f76E7dd86BBa1c78a85F5E4B062E77](https://bscscan.com/address/0xE71ec95e61f76E7dd86BBa1c78a85F5E4B062E77#code)

### Oboswap Router

[0xD38542ae5888E36440b995618D23C01a61eE5B5C](https://bscscan.com/address/0xD38542ae5888E36440b995618D23C01a61eE5B5C)

### OBOS Token

[0x8F3a13AeA609A34C34E3f598ed594E1e2bEE3E5c](https://bscscan.com/address/0x8F3a13AeA609A34C34E3f598ed594E1e2bEE3E5c)

### MasterChef

[0x6c716af369343bB723415d95e33c406e6A7D61Fb](https://bscscan.com/address/0x6c716af369343bB723415d95e33c406e6A7D61Fb#code)

## Polygon Mainnet

### Oboswapfactory

[0x3A43c0bCcb4edc19FEa8E83c80cfc688Da93E7C7](https://polygonscan.com/address/0x3A43c0bCcb4edc19FEa8E83c80cfc688Da93E7C7)

### Oboswap Router

[0x8F3a13AeA609A34C34E3f598ed594E1e2bEE3E5c](https://polygonscan.com/address/0x8F3a13AeA609A34C34E3f598ed594E1e2bEE3E5c)

### OBOS Token

[0xb8E67956C68c0160A3c13466D1806dDd96B8a8C0](https://polygonscan.com/address/0xb8E67956C68c0160A3c13466D1806dDd96B8a8C0)

### MasterChef

[0x988c33D345b0565a9F5B1D0f5074cb78071e038e](https://polygonscan.com/address/0x988c33D345b0565a9F5B1D0f5074cb78071e038e)


---

# 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://oboswap.gitbook.io/oboswap/smart-contracts.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.
