> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kas.fun/llms.txt
> Use this file to discover all available pages before exploring further.

# 合约地址

> 合约地址与网络配置

<Tabs>
  <Tab title="主网">
    ## 网络

    | 参数           | 值                              |
    | ------------ | ------------------------------ |
    | **Chain ID** | `202555`                       |
    | **RPC URL**  | `https://evmrpc.kasplex.org`   |
    | **区块浏览器**    | `https://explorer.kasplex.org` |
    | **原生代币**     | KAS（18 位小数）                    |

    ## 合约地址

    | 合约                     | 地址                                           |
    | ---------------------- | -------------------------------------------- |
    | **MemeFactory**        | `0xa58afB4Cfec744f70417d1424e2bb40B7902FB87` |
    | **WKAS (Wrapped KAS)** | `0x2c2Ae87Ba178F48637acAe54B87c3924F544a83e` |

    <Tip>
      BondingCurve 合约地址可通过 `MemeFactory.bondingCurve()` 读取。Council 合约地址是每个代币独立的——请在 [kas.fun](https://kas.fun) 上查看对应代币的社区页面。
    </Tip>
  </Tab>

  <Tab title="测试网">
    ## 网络

    | 参数           | 值                                          |
    | ------------ | ------------------------------------------ |
    | **Chain ID** | `167012`                                   |
    | **RPC URL**  | `https://rpc.kasplextest.xyz`              |
    | **区块浏览器**    | `https://explorer.testnet.kasplextest.xyz` |
    | **原生代币**     | KAS（18 位小数）                                |

    ## 合约地址

    | 合约                     | 地址                                           |
    | ---------------------- | -------------------------------------------- |
    | **MemeFactory**        | `0x5F65Df9DCf7d764CA9d319Baf89611d289546A81` |
    | **WKAS (Wrapped KAS)** | `0xC065C62a10fB363fD31CA394D632C4Df106566df` |

    <Tip>
      BondingCurve 合约地址可通过 `MemeFactory.bondingCurve()` 读取。Council 合约地址是每个代币独立的——请在 [kas.fun](https://kas.fun) 上查看对应代币的社区页面。
    </Tip>
  </Tab>
</Tabs>

<Note>
  合约地址可能会更新，请访问 [kas.fun](https://kas.fun) 获取最新地址。
</Note>
